Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Parameters
- obj
Type: Microsoft.AnalysisServices.AggregationDimension
The destination object to hold the copy.
Return Value
Type: Microsoft.AnalysisServices.AggregationDimension
The destination object that holds the copy.