Propriété RestoreFolderCollection.Item

Gets the RestoreFolder at the specified index from the collection.

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

Syntaxe

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

Paramètres

Valeur de propriété

Type : Microsoft.AnalysisServices.RestoreFolder
The RestoreFolder 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

RestoreFolderCollection Classe

Espace de noms Microsoft.AnalysisServices