Partager via


Propriété IsFullTextInstalled

Gets a Boolean value that specifies if 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
Boolean