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


Свойство Information.IsFullTextInstalled

Gets the Boolean value that specifies whether full-text service is installed on the instance of SQL Server.

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

Синтаксис

'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsFullTextInstalled As Boolean 
    Get
'Применение
Dim instance As Information 
Dim value As Boolean 

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

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

Тип: System.Boolean
A Boolean value that specifies whether full-text service is installed on the instance of SQL Server. If True, full-text service is installed. Otherwise, False (default).

Примеры

Настройка SQL Server в SMO

См. также

Справочник

Information Класс

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