다음을 통해 공유


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.

참고 항목

참조

NamedTableReference 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스