Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the RAISERROR option value.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property RaiseErrorOptions As RaiseErrorOptions
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.RaiseErrorOptions
The RAISERROR option value.