Role.Clone Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.