Server.IsFullTextInstalled Property
SQL Server 2008 R2
Gets the Boolean value that specifies whether Full-Text service is installed on the instance of SQL Server.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)] public bool IsFullTextInstalled { get; }
Property Value
Type: System.BooleanA Boolean value that specifies the whether Full-Text service is installed on instance of SQL Server.
If True, Full-Text service is installed. Otherwise, False (default).
