Share via


Classe CommandCollection

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

Spazio dei nomi:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("96BAC2E7-D849-4146-8100-A7BF3C0A9617")> _
Public NotInheritable Class CommandCollection _
    Implements IList, ICollection, IEnumerable
'Utilizzo
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

Gerarchia di ereditarietà

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.