Role.Members Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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