Share via


RoleCollection Class

Contains a collection of Role objects. This class cannot be inherited.

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

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
<GuidAttribute("E68E368A-5BBB-4b37-922A-03F099FEAA3F")> _
Public NotInheritable Class RoleCollection
    Inherits MajorObjectCollection
[DefaultMemberAttribute("Item")] 
[GuidAttribute("E68E368A-5BBB-4b37-922A-03F099FEAA3F")] 
public sealed class RoleCollection : MajorObjectCollection
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"E68E368A-5BBB-4b37-922A-03F099FEAA3F")] 
public ref class RoleCollection sealed : public MajorObjectCollection
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("E68E368A-5BBB-4b37-922A-03F099FEAA3F") */ 
public final class RoleCollection extends MajorObjectCollection
DefaultMemberAttribute("Item") 
GuidAttribute("E68E368A-5BBB-4b37-922A-03F099FEAA3F") 
public final class RoleCollection extends MajorObjectCollection

Inheritance Hierarchy

System.Object
   Microsoft.AnalysisServices.ModelComponentCollection
     Microsoft.AnalysisServices.NamedComponentCollection
       Microsoft.AnalysisServices.MajorObjectCollection
        Microsoft.AnalysisServices.RoleCollection

Thread Safety

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

RoleCollection Members
Microsoft.AnalysisServices Namespace