Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Copies a RegularMeasureGroupDimension object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As RegularMeasureGroupDimension _
) As RegularMeasureGroupDimension
'Usage
Dim instance As RegularMeasureGroupDimension
Dim obj As RegularMeasureGroupDimension
Dim returnValue As RegularMeasureGroupDimension
returnValue = instance.CopyTo(obj)
public RegularMeasureGroupDimension CopyTo(
RegularMeasureGroupDimension obj
)
public:
RegularMeasureGroupDimension^ CopyTo(
RegularMeasureGroupDimension^ obj
)
member CopyTo :
obj:RegularMeasureGroupDimension -> RegularMeasureGroupDimension
public function CopyTo(
obj : RegularMeasureGroupDimension
) : RegularMeasureGroupDimension
Parameters
- obj
Type: Microsoft.AnalysisServices.RegularMeasureGroupDimension
The object you are copying to.
Return Value
Type: Microsoft.AnalysisServices.RegularMeasureGroupDimension
The object copied to.