Partager via


Propriété NamedTableReference.TableHints

Gets a list of optional table hints.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TableHints As IList(Of TableHint)
    Get
'Utilisation
Dim instance As NamedTableReference 
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>

Valeur de propriété

Type : System.Collections.Generic.IList<TableHint>
A list of optional table hints.

Voir aussi

Référence

NamedTableReference Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom