RaiseErrorStatement.RaiseErrorOptions 属性

获取或设置 RAISERROR 选项值。

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

语法

声明
Public Property RaiseErrorOptions As RaiseErrorOptions
    Get
    Set
public RaiseErrorOptions RaiseErrorOptions { get; set; }
public:
property RaiseErrorOptions RaiseErrorOptions {
    RaiseErrorOptions get ();
    void set (RaiseErrorOptions value);
}
member RaiseErrorOptions : RaiseErrorOptions with get, set
function get RaiseErrorOptions () : RaiseErrorOptions
function set RaiseErrorOptions (value : RaiseErrorOptions)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.RaiseErrorOptions
返回一个 RaiseErrorOptions 枚举值。

.NET Framework 安全性

请参见

参考

RaiseErrorStatement 类

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