Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.