SchemaObjectTableSource.TableHints Property

Gets a list of table or view hints.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

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

.NET Framework Security

See Also

Reference

SchemaObjectTableSource Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace