Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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 MeasureGroupAttribute _
) As MeasureGroupAttribute
'Usage
Dim instance As MeasureGroupAttribute
Dim obj As MeasureGroupAttribute
Dim returnValue As MeasureGroupAttribute
returnValue = instance.CopyTo(obj)
public MeasureGroupAttribute CopyTo(
MeasureGroupAttribute obj
)
public:
MeasureGroupAttribute^ CopyTo(
MeasureGroupAttribute^ obj
)
member CopyTo :
obj:MeasureGroupAttribute -> MeasureGroupAttribute
public function CopyTo(
obj : MeasureGroupAttribute
) : MeasureGroupAttribute
Parameters
- obj
Type: Microsoft.AnalysisServices.MeasureGroupAttribute
The destination object to copy to.
Return Value
Type: Microsoft.AnalysisServices.MeasureGroupAttribute
The destination object.