Sdílet prostřednictvím


TableHintsOptimizerHint.TableHints – vlastnost

Získá seznam odkazy volitelné tabulky.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public ReadOnly Property TableHints As IList(Of TableHint)
    Get
public IList<TableHint> TableHints { get; }
public:
property IList<TableHint^>^ TableHints {
    IList<TableHint^>^ get ();
}
member TableHints : IList<TableHint>
function get TableHints () : IList<TableHint>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<TableHint>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TableHintsOptimizerHint Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů