Udostępnij przez


IServerInformation.IsFullTextInstalled Property

Gets a Boolean value that specifies if Full-Text is installed on the instance of SQL Server. This property is not CLS-compliant.

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

Syntax

'Deklaracja
<DisplayNameKeyAttribute("Server_IsFullTextInstalledName")> _
<DisplayDescriptionKeyAttribute("Server_IsFullTextInstalledDesc")> _
ReadOnly Property IsFullTextInstalled As Boolean
[DisplayNameKeyAttribute("Server_IsFullTextInstalledName")] 
[DisplayDescriptionKeyAttribute("Server_IsFullTextInstalledDesc")] 
bool IsFullTextInstalled { get; }
[DisplayNameKeyAttribute(L"Server_IsFullTextInstalledName")] 
[DisplayDescriptionKeyAttribute(L"Server_IsFullTextInstalledDesc")] 
property bool IsFullTextInstalled {
    bool get ();
}
/** @property */
boolean get_IsFullTextInstalled ()
function get IsFullTextInstalled () : boolean

Property Value

Boolean

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.