共用方式為


SimpleTableHint.HintKind 屬性

取得或設定提示類型。

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

語法

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

屬性值

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

.NET Framework 安全性

請參閱

參考

SimpleTableHint 類別

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