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 specific SET option(s) that this statement represents.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Options As SetOptions
Get
Set
'Usage
Dim instance As PredicateSetStatement
Dim value As SetOptions
value = instance.Options
instance.Options = value
public SetOptions Options { get; set; }
public:
property SetOptions Options {
SetOptions get ();
void set (SetOptions value);
}
member Options : SetOptions with get, set
function get Options () : SetOptions
function set Options (value : SetOptions)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.SetOptions
The specific SET option(s) that this statement represents.