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 the content of the object to another object (the destination).
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As MeasureGroup _
) As MeasureGroup
'Usage
Dim instance As MeasureGroup
Dim obj As MeasureGroup
Dim returnValue As MeasureGroup
returnValue = instance.CopyTo(obj)
public MeasureGroup CopyTo(
MeasureGroup obj
)
public:
MeasureGroup^ CopyTo(
MeasureGroup^ obj
)
member CopyTo :
obj:MeasureGroup -> MeasureGroup
public function CopyTo(
obj : MeasureGroup
) : MeasureGroup
Parameters
- obj
Type: Microsoft.AnalysisServices.MeasureGroup
The destination object to copy to.
Return Value
Type: Microsoft.AnalysisServices.MeasureGroup
The destination object.