Share via


BackupLocationCollection.Item[Int32] Propriété

Définition

Obtient ou définit l’élément BackupLocation à l’index spécifié.

public Microsoft.AnalysisServices.BackupLocation this[int index] { get; set; }
member this.Item(int) : Microsoft.AnalysisServices.BackupLocation with get, set
Default Public Property Item(index As Integer) As BackupLocation

Paramètres

index
Int32

Index de base zéro de l'élément à obtenir ou à définir.

Valeur de propriété

Élément BackupLocation à l'index spécifié.

Exceptions

L’index spécifié n’est pas une valeur valide (inférieure à zéro ou supérieure au nombre total d’éléments).

La valeur spécifiée est une référence Null (Nothing en Visual Basic).

S’applique à