Propriedade do RDL NamedTableReference.TableHints
Gets a list of optional table hints.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property TableHints As IList(Of TableHint)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<TableHint>
A list of optional table hints.