Compartir a través de


ISql100ServerAudit.DoShutdownOnFailure (Propiedad)

Obtiene o establece un valor que indica si la opción ON_FAILURE es SHUTDOWN.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property DoShutdownOnFailure As Boolean
    Get
    Set
bool DoShutdownOnFailure { get; set; }
property bool DoShutdownOnFailure {
    bool get ();
    void set (bool value);
}
abstract DoShutdownOnFailure : bool with get, set
function get DoShutdownOnFailure () : boolean
function set DoShutdownOnFailure (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql100ServerAudit Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)