Partager via


Propriété IServerInformation.IsFullTextInstalled

Gets a value that indicates whether the Full-Text is installed on the instance of SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("Server_IsFullTextInstalledDesc")> _
<DisplayNameKeyAttribute("Server_IsFullTextInstalledName")> _
ReadOnly Property IsFullTextInstalled As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
True if the Full Text is installed on the instance of SQL Server; otherwise, false.

Voir aussi

Référence

IServerInformation Interface

Espace de noms Microsoft.SqlServer.Management.Smo