The IsFullTextInstalled property returns True when the Microsoft Search service has been successfully installed on an server running Microsoft® SQL Server™.
object.IsFullTextInstalled
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
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.
Boolean
Read-only
HRESULT GetIsFullTextInstalled(LPBOOL pRetVal);