AggregationDimension.CopyTo(AggregationDimension) Method

Definition

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

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

Parameters

obj
AggregationDimension

The destination object to copy to.

Returns

The destination object.

Applies to