TableHintsOptimizerHint.TableHints Property
Gets or sets the optional table hints.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property TableHints As IList(Of TableHint)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<TableHint>
The optional table hints.