ISqlFulltextIndexedObject.FullTextIndex 属性

获取应用于此对象的全文索引的列表。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISqlFulltextIndexedObject 接口

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