Level.CopyTo(Level) Method

Definition

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

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

Parameters

obj
Level

The destination object to copy to.

Returns

The destination object.

Applies to