Share via


BackupSet.Position-Eigenschaft

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 (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property Position As Integer 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Int32
The backup set position.

Siehe auch

Verweis

BackupSet Klasse

Microsoft.SqlServer.Management.Smo-Namespace