Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a value indicating whether to continue next Restore Operation.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)
Sintaxis
'Declaración
Public Property Continue As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System.Boolean
True if continue; otherwise, false.