ISqlFullTextIndex.Columns 属性

获取要编制索引的列的列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
ReadOnly Property Columns As IList(Of ISqlFullTextIndexColumnSpecifier)
    Get
IList<ISqlFullTextIndexColumnSpecifier> Columns { get; }
property IList<ISqlFullTextIndexColumnSpecifier^>^ Columns {
    IList<ISqlFullTextIndexColumnSpecifier^>^ get ();
}
abstract Columns : IList<ISqlFullTextIndexColumnSpecifier>
function get Columns () : IList<ISqlFullTextIndexColumnSpecifier>

属性值

类型:System.Collections.Generic.IList<ISqlFullTextIndexColumnSpecifier>

.NET Framework 安全性

请参见

参考

ISqlFullTextIndex 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间