Role.Clone Method

Definition

Overloads

Clone()

Returns a clone of the object.

Clone(Boolean)

Infrastructure. Creates a new copy of the MajorObject object.

Clone()

Returns a clone of the object.

public Microsoft.AnalysisServices.Tabular.Role Clone ();
override this.Clone : unit -> Microsoft.AnalysisServices.Tabular.Role
Public Function Clone () As Role

Returns

The clone.

Applies to

Clone(Boolean)

Infrastructure. Creates a new copy of the MajorObject object.

protected internal override Microsoft.AnalysisServices.MajorObject Clone (bool forceBodyLoading);
override this.Clone : bool -> Microsoft.AnalysisServices.MajorObject
Protected Friend Overrides Function Clone (forceBodyLoading As Boolean) As MajorObject

Parameters

forceBodyLoading
Boolean

true to force the body to load; otherwise, false.

Returns

A new copy of the MajorObject object.

Applies to