IsFullTextInstalled Property (SQL-DMO)

The IsFullTextInstalled property returns True when the Microsoft Search service has been successfully installed on an server running Microsoft® SQL Server™.

Applies To

FullTextService Object

Syntax

object.IsFullTextInstalled

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

When True, the application can assume availability of the service and configure Microsoft Search by creating and populating full-text catalogs.

When False, the service has not been installed successfully. Attempts to configure Microsoft Search fail.

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetIsFullTextInstalled(LPBOOL pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.