Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: System.Int32
The backup set position.