ExternalRoleMemberCollection Class
Applies To: SQL Server (starting with 2016)
Represents a collection of ExternalRoleMember objects.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | ExternalRoleMemberCollection() |
| Name | Description | |
|---|---|---|
![]() | Count | |
![]() | Item[Int32] |
| Name | Description | |
|---|---|---|
![]() | Add(ExternalRoleMember^) | |
![]() | AddRange(ICollection^) | |
![]() | Clear() | |
![]() | Contains(ExternalRoleMember^) | |
![]() | CopyTo(Array^, Int32) | |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(ExternalRoleMember^) | |
![]() | Insert(Int32, ExternalRoleMember^) | |
![]() | Remove(ExternalRoleMember^) | |
![]() | RemoveAt(Int32) | |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:




