Partilhar via


Propriedade do RDL BackupSet.Position

Gets the backup set position used in the restore operation to locate the position of appropriate backup set in the file.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property Position As Integer 
    Get
'Uso
Dim instance As BackupSet 
Dim value As Integer 

value = instance.Position
public int Position { get; }
public:
property int Position {
    int get ();
}
member Position : int
function get Position () : int

Valor da propriedade

Tipo: System.Int32
The backup set position.

Consulte também

Referência

BackupSet Classe

Namespace Microsoft.SqlServer.Management.Smo