Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies an AggregationDesignDimension object to the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CopyTo ( _
obj As AggregationDesignDimension _
) As AggregationDesignDimension
'Usage
Dim instance As AggregationDesignDimension
Dim obj As AggregationDesignDimension
Dim returnValue As AggregationDesignDimension
returnValue = instance.CopyTo(obj)
public AggregationDesignDimension CopyTo(
AggregationDesignDimension obj
)
public:
AggregationDesignDimension^ CopyTo(
AggregationDesignDimension^ obj
)
member CopyTo :
obj:AggregationDesignDimension -> AggregationDesignDimension
public function CopyTo(
obj : AggregationDesignDimension
) : AggregationDesignDimension
Parameters
- obj
Type: Microsoft.AnalysisServices.AggregationDesignDimension
The object you are copying to.
Return Value
Type: Microsoft.AnalysisServices.AggregationDesignDimension
The copied aggregation design dimension object.
Remarks
The AggregationDesignDimension represents the relationship between a cube dimension and an AggregationDesign element.