共用方式為


XmlForClauseOption.OptionKind 屬性

取得或設定選項類型的值。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Property OptionKind As XmlForClauseOptions
    Get
    Set
public XmlForClauseOptions OptionKind { get; set; }
public:
property XmlForClauseOptions OptionKind {
    XmlForClauseOptions get ();
    void set (XmlForClauseOptions value);
}
member OptionKind : XmlForClauseOptions with get, set
function get OptionKind () : XmlForClauseOptions
function set OptionKind (value : XmlForClauseOptions)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.XmlForClauseOptions
傳回 XmlForClauseOptions 列舉值。

.NET Framework 安全性

請參閱

參考

XmlForClauseOption 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間