Role.ExternalMembers Property

Definition

Gets the collection of external members associated with the role.

[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.ExternalRoleMemberCollection ExternalMembers { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ExternalMembers : Microsoft.AnalysisServices.ExternalRoleMemberCollection
Public ReadOnly Property ExternalMembers As ExternalRoleMemberCollection

Property Value

The collection of external role members associated with this instance.

Attributes

Remarks

Internal only. This API is part of the Analysis Services infrastructure and is not intended to be called directly from your code.

Applies to