RaiseErrorStatement.RaiseErrorOptions 属性
Gets or sets the RAISERROR option value.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property RaiseErrorOptions As RaiseErrorOptions
Get
Set
用法
Dim instance As RaiseErrorStatement
Dim value As RaiseErrorOptions
value = instance.RaiseErrorOptions
instance.RaiseErrorOptions = value
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.SqlServer.TransactSql.ScriptDom.RaiseErrorOptions
The RAISERROR option value.