RoleMemberCollection Class
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
Inheritance Hierarchy
System.Object
  Microsoft.AnalysisServices.RoleMemberCollection
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.