ExternalRoleMemberCollection Class

 

Applies To: SQL Server (starting with 2016)

Represents a collection of ExternalRoleMember objects.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ExternalRoleMemberCollection

Syntax

[GuidAttribute("60e824e7-9b4f-425c-9078-293280a5a8c1")]
public sealed class ExternalRoleMemberCollection : IList, ICollection, 
    IEnumerable
[GuidAttribute("60e824e7-9b4f-425c-9078-293280a5a8c1")]
public ref class ExternalRoleMemberCollection sealed : IList, 
    ICollection, IEnumerable
[<Sealed>]
[<GuidAttribute("60e824e7-9b4f-425c-9078-293280a5a8c1")>]
type ExternalRoleMemberCollection = 
    class
        interface IList
        interface ICollection
        interface IEnumerable
    end
<GuidAttribute("60e824e7-9b4f-425c-9078-293280a5a8c1")>
Public NotInheritable Class ExternalRoleMemberCollection
    Implements IList, ICollection, IEnumerable

Constructors

Name Description
System_CAPS_pubmethod ExternalRoleMemberCollection()

Properties

Name Description
System_CAPS_pubproperty Count

System_CAPS_pubproperty Item[Int32]

Methods

Name Description
System_CAPS_pubmethod Add(ExternalRoleMember)

System_CAPS_pubmethod AddRange(ICollection)

System_CAPS_pubmethod Clear()

System_CAPS_pubmethod Contains(ExternalRoleMember)

System_CAPS_pubmethod CopyTo(Array, Int32)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IndexOf(ExternalRoleMember)

System_CAPS_pubmethod Insert(Int32, ExternalRoleMember)

System_CAPS_pubmethod Remove(ExternalRoleMember)

System_CAPS_pubmethod RemoveAt(Int32)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IEnumerable.GetEnumerator()

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Add(Object)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Contains(Object)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.IndexOf(Object)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Insert(Int32, Object)

System_CAPS_pubinterfaceSystem_CAPS_privmethod IList.Remove(Object)

System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection.IsSynchronized

System_CAPS_pubinterfaceSystem_CAPS_privproperty ICollection.SyncRoot

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.IsFixedSize

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.IsReadOnly

System_CAPS_pubinterfaceSystem_CAPS_privproperty IList.Item[Int32]

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.AnalysisServices Namespace

Return to top