CubeAttribute.CopyTo(CubeAttribute) Method

Definition

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

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

Parameters

obj
CubeAttribute

The destination object to copy to.

Returns

The destination object.

Applies to