Aggregation.CopyTo(Aggregation) Method

Definition

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

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

Parameters

obj
Aggregation

The destination object to copy to.

Returns

The destination object.

Applies to