Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SetOptions
The specific SET option(s) that this statement represents.