Share via


CommandCollection 클래스

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

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

구문

‘선언
<GuidAttribute("96BAC2E7-D849-4146-8100-A7BF3C0A9617")> _
Public NotInheritable Class CommandCollection _
    Implements IList, ICollection, IEnumerable
‘사용 방법
Dim instance As CommandCollection
[GuidAttribute("96BAC2E7-D849-4146-8100-A7BF3C0A9617")]
public sealed class CommandCollection : IList, 
    ICollection, IEnumerable
[GuidAttribute(L"96BAC2E7-D849-4146-8100-A7BF3C0A9617")]
public ref class CommandCollection sealed : IList, 
    ICollection, IEnumerable
[<SealedAttribute>]
[<GuidAttribute("96BAC2E7-D849-4146-8100-A7BF3C0A9617")>]
type CommandCollection =  
    class
        interface IList
        interface ICollection
        interface IEnumerable
    end
public final class CommandCollection implements IList, ICollection, IEnumerable

상속 계층 구조

System. . :: . .Object
  Microsoft.AnalysisServices..::..CommandCollection

스레드로부터의 안전성

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