TableHintsOptimizerHint.TableHints 屬性

Gets or sets the optional table hints.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public ReadOnly Property TableHints As IList(Of TableHint)
    Get
'用途
Dim instance As TableHintsOptimizerHint 
Dim value As IList(Of TableHint)

value = instance.TableHints
public IList<TableHint> TableHints { get; }
public:
property IList<TableHint^>^ TableHints {
    IList<TableHint^>^ get ();
}
member TableHints : IList<TableHint>
function get TableHints () : IList<TableHint>

屬性值

型別:System.Collections.Generic.IList<TableHint>
The optional table hints.

請參閱

參考

TableHintsOptimizerHint 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間