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.
Gets or sets a value indicating whether to continue next Restore Operation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property Continue As Boolean
Get
Set
'Usage
Dim instance As NextRestoreEventArgs
Dim value As Boolean
value = instance.Continue
instance.Continue = value
public bool Continue { get; set; }
public:
property bool Continue {
bool get ();
void set (bool value);
}
member Continue : bool with get, set
function get Continue () : boolean
function set Continue (value : boolean)
Eigenschaftswert
Typ: System.Boolean
True if continue; otherwise, false.