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 命名空間