AggregationDesignDimension.CopyTo(AggregationDesignDimension) Method

Definition

Copies the content of this object to another object (the destination).

public Microsoft.AnalysisServices.AggregationDesignDimension CopyTo (Microsoft.AnalysisServices.AggregationDesignDimension obj);
override this.CopyTo : Microsoft.AnalysisServices.AggregationDesignDimension -> Microsoft.AnalysisServices.AggregationDesignDimension
Public Function CopyTo (obj As AggregationDesignDimension) As AggregationDesignDimension

Parameters

obj
AggregationDesignDimension

The destination object to copy to.

Returns

The destination object.

Applies to