NamedTableReference.TableHints 属性
Gets a list of optional table hints.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public ReadOnly Property TableHints As IList(Of TableHint)
Get
用法
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>
属性值
类型:System.Collections.Generic.IList<TableHint>
A list of optional table hints.