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