Assembly.CopyTo 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
CopyTo(Assembly) |
Copies the content of this object to another object (the destination). |
CopyTo(MajorObject, Boolean) |
This API is part of the Analysis Services infrastructure and is not intended to be called directly from your code. It copies a MajorObject object to the specified destination. |
CopyTo(Assembly)
Copies the content of this object to another object (the destination).
public Microsoft.AnalysisServices.Assembly CopyTo (Microsoft.AnalysisServices.Assembly obj);
override this.CopyTo : Microsoft.AnalysisServices.Assembly -> Microsoft.AnalysisServices.Assembly
Public Function CopyTo (obj As Assembly) As Assembly
Parameters
- obj
- Assembly
The destination object to copy to.
Returns
The destination object.
Applies to
CopyTo(MajorObject, Boolean)
This API is part of the Analysis Services infrastructure and is not intended to be called directly from your code. It copies a MajorObject object to the specified destination.
protected internal override void CopyTo (Microsoft.AnalysisServices.MajorObject destination, bool forceBodyLoading);
override this.CopyTo : Microsoft.AnalysisServices.MajorObject * bool -> unit
Protected Friend Overrides Sub CopyTo (destination As MajorObject, forceBodyLoading As Boolean)
Parameters
- destination
- MajorObject
The destination object to copy to.
- forceBodyLoading
- Boolean
true to force the body to load; otherwise, false.