AggregationDesign.CopyTo(AggregationDesign) Method

Definition

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

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

Parameters

obj
AggregationDesign

The destination object to copy to.

Returns

The destination object.

Applies to