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 命名空间