OnFailureAuditOption.ShutdownOnFailure Property

Gets or sets a value that indicates whether SHUTDOWN is specified.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property ShutdownOnFailure As Boolean
public bool ShutdownOnFailure { get; set; }
public:
property bool ShutdownOnFailure {
    bool get ();
    void set (bool value);
}
member ShutdownOnFailure : bool with get, set
function get ShutdownOnFailure () : boolean
function set ShutdownOnFailure (value : boolean)

Property Value

Type: System.Boolean
Returns true if SHUTDOWN is specified; otherwise, false.

.NET Framework Security

See Also

Reference

OnFailureAuditOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace