Propriété BackupSetCollection.Item
Gets the backup set at the specified index.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As BackupSet
Get
'Utilisation
Dim instance As BackupSetCollection
Dim index As Integer
Dim value As BackupSet
value = instance(index)
public BackupSet this[
int index
] { get; }
public:
property BackupSet^ default[int index] {
BackupSet^ get (int index);
}
member Item : BackupSet
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System.Int32
The zero-based index at which to get the backup set.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.BackupSet
The backup set.