Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Members associated with a Role.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Members As RoleMemberCollection
Get
'Usage
Dim instance As Role
Dim value As RoleMemberCollection
value = instance.Members
[BrowsableAttribute(false)]
public RoleMemberCollection Members { get; }
[BrowsableAttribute(false)]
public:
property RoleMemberCollection^ Members {
RoleMemberCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Members : RoleMemberCollection
function get Members () : RoleMemberCollection
Property Value
Type: Microsoft.AnalysisServices.RoleMemberCollection
A collection of roles.