Dela via


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)
'Usage
Dim instance As SchemaObjectTableSource 
Dim value As IList(Of TableHint)

value = instance.TableHints
public IList<TableHint> TableHints { get; }
public:
property IList<TableHint^>^ TableHints {
    IList<TableHint^>^ get ();
}
public function get TableHints () : IList<TableHint>

Property Value

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

.NET Framework Security

See Also

Reference

SchemaObjectTableSource Class

SchemaObjectTableSource Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace