Share via


IServerInformation.IsFullTextInstalled Property

Gets a Boolean value that specifies if Full-Text is installed on the instance of SQL Server.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<DisplayDescriptionKeyAttribute("Server_IsFullTextInstalledDesc")> _
<DisplayNameKeyAttribute("Server_IsFullTextInstalledName")> _
ReadOnly Property IsFullTextInstalled As Boolean
    Get
'Usage
Dim instance As IServerInformation
Dim value As Boolean

value = instance.IsFullTextInstalled
[DisplayDescriptionKeyAttribute("Server_IsFullTextInstalledDesc")]
[DisplayNameKeyAttribute("Server_IsFullTextInstalledName")]
bool IsFullTextInstalled { get; }
[DisplayDescriptionKeyAttribute(L"Server_IsFullTextInstalledDesc")]
[DisplayNameKeyAttribute(L"Server_IsFullTextInstalledName")]
property bool IsFullTextInstalled {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("Server_IsFullTextInstalledDesc")>]
[<DisplayNameKeyAttribute("Server_IsFullTextInstalledName")>]
abstract IsFullTextInstalled : bool
function get IsFullTextInstalled () : boolean

Property Value

Type: System.Boolean
Boolean