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