Gets or sets the specific SET option(s) that this statement represents.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property Options As SetOptions
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.SetOptions
The specific SET option(s) that this statement represents.