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


Свойство IsFullTextIndexed

Gets the Boolean property value that specifies whether the column participates in a full-text index.

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

Синтаксис

'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property IsFullTextIndexed As Boolean
    Get
'Применение
Dim instance As Column
Dim value As Boolean

value = instance.IsFullTextIndexed
[SfcPropertyAttribute]
public bool IsFullTextIndexed { get; }
[SfcPropertyAttribute]
public:
property bool IsFullTextIndexed {
    bool get ();
}
[<SfcPropertyAttribute>]
member IsFullTextIndexed : bool
function get IsFullTextIndexed () : boolean

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

Тип System. . :: . .Boolean
A Boolean value that specifies whether the column participates in a full-text index.
If True, the column is used by a full-text index. Otherwise, False (default).

Замечания

ПримечаниеПримечание

The value of the IsFullTextIndexed property is always treated as false by columns based on the UserDefinedTableType object.