Role.CopyTo(MajorObject, Boolean) Method

Definition

Copies the Role to a MajorObject 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 object you are copying to.

forceBodyLoading
Boolean

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

Remarks

Do not reference this member directly in your code. It supports the Analysis Services infrastructure and will be hidden in a future release.

Applies to