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