BackupSetCollection.Item[Int32] Property

Definition

Gets the BackupSet at the specified index.

public Microsoft.SqlServer.Management.Smo.BackupSet this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.BackupSet
Default Public ReadOnly Property Item(index As Integer) As BackupSet

Parameters

index
Int32

Property Value

Backup set

Applies to