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 the content of this AggregationDesign object to another object (the destination).
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As AggregationDesign _
) As AggregationDesign
'Usage
Dim instance As AggregationDesign
Dim obj As AggregationDesign
Dim returnValue As AggregationDesign
returnValue = instance.CopyTo(obj)
public AggregationDesign CopyTo(
AggregationDesign obj
)
public:
AggregationDesign^ CopyTo(
AggregationDesign^ obj
)
member CopyTo :
obj:AggregationDesign -> AggregationDesign
public function CopyTo(
obj : AggregationDesign
) : AggregationDesign
Parameter
- obj
Typ: Microsoft.AnalysisServices.AggregationDesign
The destination object to hold the copy.
Rückgabewert
Typ: Microsoft.AnalysisServices.AggregationDesign
The object that holds the copy