Condividi tramite


Proprietà TableHintsOptimizerHint.TableHints

Gets or sets the optional table hints.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TableHints As IList(Of TableHint)
    Get
'Utilizzo
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>

Valore proprietà

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

Vedere anche

Riferimento

TableHintsOptimizerHint Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom