Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.RaiseErrorOptions
The RAISERROR option value.