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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.