Поделиться через


Свойство TableViewBase.FullTextIndex

Gets the full text index on the table or view.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)> _
Public ReadOnly Property FullTextIndex As FullTextIndex 
    Get
'Применение
Dim instance As TableViewBase 
Dim value As FullTextIndex 

value = instance.FullTextIndex
[SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)]
public FullTextIndex FullTextIndex { get; }
[SfcObjectAttribute(SfcObjectRelationship::ChildObject, SfcObjectCardinality::ZeroToOne)]
public:
property FullTextIndex^ FullTextIndex {
    FullTextIndex^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)>]
member FullTextIndex : FullTextIndex
function get FullTextIndex () : FullTextIndex

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.FullTextIndex
A FullTextIndex object that represents the full text index on the table of view.

Примеры

Работа с объектами базы данных

См. также

Справочник

TableViewBase Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Таблицы

Представления

Инструкция CREATE TABLE (Transact-SQL)

CREATE VIEW (Transact-SQL)