CreateFullTextIndexStatement.FullTextIndexColumns 속성

Gets or sets the columns.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property FullTextIndexColumns As IList(Of FullTextIndexColumn)
    Get
‘사용 방법
Dim instance As CreateFullTextIndexStatement 
Dim value As IList(Of FullTextIndexColumn)

value = instance.FullTextIndexColumns
public IList<FullTextIndexColumn> FullTextIndexColumns { get; }
public:
property IList<FullTextIndexColumn^>^ FullTextIndexColumns {
    IList<FullTextIndexColumn^>^ get ();
}
member FullTextIndexColumns : IList<FullTextIndexColumn>
function get FullTextIndexColumns () : IList<FullTextIndexColumn>

속성 값

유형: System.Collections.Generic.IList<FullTextIndexColumn>
The columns.

참고 항목

참조

CreateFullTextIndexStatement 클래스

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