PredicateSetStatement.Options 屬性

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.

請參閱

參考

PredicateSetStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間