Role.Members Property

Definition

Gets the Members, all of which are Windows security principles (user or group accounts), associated with a Role.

[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.RoleMemberCollection Members { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Members : Microsoft.AnalysisServices.RoleMemberCollection
Public ReadOnly Property Members As RoleMemberCollection

Property Value

A collection of members assigned to this Role.

Attributes

Applies to