Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Undo uncommitted transactions, but save the undo actions in a standby file that allows the recovery effects to be reversed.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property StandByFile As String
Get
Set
'Usage
Dim instance As RestoreOptions
Dim value As String
value = instance.StandByFile
instance.StandByFile = value
public string StandByFile { get; set; }
public:
property String^ StandByFile {
String^ get ();
void set (String^ value);
}
member StandByFile : string with get, set
function get StandByFile () : String
function set StandByFile (value : String)
Eigenschaftswert
Typ: System.String
The recovery with stand by file.