Role.ExternalMembers Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of external role members associated with this instance.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[BrowsableAttribute(false)]
[XmlArrayAttribute]
public ExternalRoleMemberCollection ExternalMembers { get; }
public:
[BrowsableAttribute(false)]
[XmlArrayAttribute]
property ExternalRoleMemberCollection^ ExternalMembers {
    ExternalRoleMemberCollection^ get();
}
[<BrowsableAttribute(false)>]
[<XmlArrayAttribute>]
member ExternalMembers : ExternalRoleMemberCollection with get
<BrowsableAttribute(False)>
<XmlArrayAttribute>
Public ReadOnly Property ExternalMembers As ExternalRoleMemberCollection

Property Value

Type: Microsoft.AnalysisServices.ExternalRoleMemberCollection

The collection of external role members associated with this instance.

See Also

Role Class
Microsoft.AnalysisServices Namespace

Return to top