RoleMemberCollection Class

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.RoleMemberCollection

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

Syntax

'Declaration
<GuidAttribute("39DFDC96-0B38-4ddf-9514-F387EE32407B")> _
Public NotInheritable Class RoleMemberCollection _
    Implements IList, ICollection, IEnumerable
'Usage
Dim instance As RoleMemberCollection
[GuidAttribute("39DFDC96-0B38-4ddf-9514-F387EE32407B")]
public sealed class RoleMemberCollection : IList, 
    ICollection, IEnumerable
[GuidAttribute(L"39DFDC96-0B38-4ddf-9514-F387EE32407B")]
public ref class RoleMemberCollection sealed : IList, 
    ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("39DFDC96-0B38-4ddf-9514-F387EE32407B")>]
type RoleMemberCollection =  
    class
        interface IList
        interface ICollection
        interface IEnumerable
    end
public final class RoleMemberCollection implements IList, ICollection, IEnumerable

The RoleMemberCollection type exposes the following members.

Constructors

  Name Description
Public method RoleMemberCollection

Top

Properties

  Name Description
Public property Count
Public property Item

Top

Methods

  Name Description
Public method Add
Public method AddRange
Public method Clear
Public method Contains
Public method CopyTo
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf
Public method Insert
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove
Public method RemoveAt
Public method ToString (Inherited from Object.)

Top

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.