Database.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) |
This API is part of the Analysis Services infrastructure and is not intended to be called directly from your code. It creates a new copy of the MajorObject object. |
Clone()
Returns a clone of the object.
public Microsoft.AnalysisServices.Tabular.Database Clone ();
override this.Clone : unit -> Microsoft.AnalysisServices.Tabular.Database
Public Function Clone () As Database
Returns
The clone.
Applies to
Clone(Boolean)
This API is part of the Analysis Services infrastructure and is not intended to be called directly from your code. It 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.