Compartilhar via


Propriedade do RDL IServerInformation.IsFullTextInstalled

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<DisplayDescriptionKeyAttribute("Server_IsFullTextInstalledDesc")> _
<DisplayNameKeyAttribute("Server_IsFullTextInstalledName")> _
ReadOnly Property IsFullTextInstalled As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IServerInformation Interface

Namespace Microsoft.SqlServer.Management.Smo