Propriété CommandCollection.Item

Gets the Command at the specified index from the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

C#
public Command this[
    int index
] { get; set; }

Paramètres

Valeur de propriété

Type : Microsoft.AnalysisServices.Command
The Command at the specified index.

Exceptions

Exception Condition
ArgumentOutOfRangeException

index is less than zero.

-or-

index is equal to or greater than Count.

Voir aussi

Référence

CommandCollection Classe

Espace de noms Microsoft.AnalysisServices