AggregationAttribute.CopyTo(AggregationAttribute) Method

Definition

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

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

Parameters

obj
AggregationAttribute

The destination object to copy to.

Returns

The destination object.

Applies to