Role.Members Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.RoleMemberCollection

See Also

Role Class
Microsoft.AnalysisServices Namespace

Return to top