Role.ExternalMembers Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.ExternalRoleMemberCollection

See Also

Role Class
Microsoft.AnalysisServices Namespace

Return to top