Share via


RoleCollection 클래스

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<GuidAttribute("E68E368A-5BBB-4b37-922A-03F099FEAA3F")> _
Public NotInheritable Class RoleCollection _
    Inherits MajorObjectCollection
‘사용 방법
Dim instance As RoleCollection
[GuidAttribute("E68E368A-5BBB-4b37-922A-03F099FEAA3F")]
public sealed class RoleCollection : MajorObjectCollection
[GuidAttribute(L"E68E368A-5BBB-4b37-922A-03F099FEAA3F")]
public ref class RoleCollection sealed : public MajorObjectCollection
[<SealedAttribute>]
[<GuidAttribute("E68E368A-5BBB-4b37-922A-03F099FEAA3F")>]
type RoleCollection =  
    class
        inherit MajorObjectCollection
    end
public final class RoleCollection extends MajorObjectCollection

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.