Role.ExternalMembers 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 collection of external members associated with the role.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.ExternalRoleMemberCollection ExternalMembers { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ExternalMembers : Microsoft.AnalysisServices.ExternalRoleMemberCollection
Public ReadOnly Property ExternalMembers As ExternalRoleMemberCollection
Property Value
The collection of external role members associated with this instance.
- Attributes
Remarks
Internal only. This API is part of the Analysis Services infrastructure and is not intended to be called directly from your code.