OnFailureAuditOption.ShutdownOnFailure 属性

获取或设置一个值,该值指示是否已指定 SHUTDOWN。

命名空间:  Microsoft.Data.Schema.ScriptDom.Sql
程序集:  Microsoft.Data.Schema.ScriptDom.Sql(在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

语法

声明
Public Property ShutdownOnFailure As Boolean
    Get
    Set
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)

属性值

类型:System.Boolean
如果指定了 SHUTDOWN,则返回 true;否则返回 false。

.NET Framework 安全性

请参见

参考

OnFailureAuditOption 类

Microsoft.Data.Schema.ScriptDom.Sql 命名空间