Role.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(Role) |
Copies a Role object to the specified object. |
CopyTo(MajorObject, Boolean) |
Infrastructure. Copies a MajorObject object to the specified destination. |
CopyTo(Role)
Copies a Role object to the specified object.
public Microsoft.AnalysisServices.Tabular.Role CopyTo (Microsoft.AnalysisServices.Tabular.Role obj);
override this.CopyTo : Microsoft.AnalysisServices.Tabular.Role -> Microsoft.AnalysisServices.Tabular.Role
Public Function CopyTo (obj As Role) As Role
Parameters
- obj
- Role
The object you are copying to.
Returns
A role object.
Applies to
CopyTo(MajorObject, Boolean)
Infrastructure. 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.