Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Parameter
- obj
Typ: Microsoft.AnalysisServices.AggregationInstance
The destination object to hold the copy.
Rückgabewert
Typ: Microsoft.AnalysisServices.AggregationInstance
The destination object that holds the copy.