Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.