Propriedade IsFullTextInstalled
Gets a Boolean value that specifies if 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
<DisplayNameKeyAttribute("Server_IsFullTextInstalledName")> _
<DisplayDescriptionKeyAttribute("Server_IsFullTextInstalledDesc")> _
ReadOnly Property IsFullTextInstalled As Boolean
Get
'Uso
Dim instance As IServerInformation
Dim value As Boolean
value = instance.IsFullTextInstalled
[DisplayNameKeyAttribute("Server_IsFullTextInstalledName")]
[DisplayDescriptionKeyAttribute("Server_IsFullTextInstalledDesc")]
bool IsFullTextInstalled { get; }
[DisplayNameKeyAttribute(L"Server_IsFullTextInstalledName")]
[DisplayDescriptionKeyAttribute(L"Server_IsFullTextInstalledDesc")]
property bool IsFullTextInstalled {
bool get ();
}
[<DisplayNameKeyAttribute("Server_IsFullTextInstalledName")>]
[<DisplayDescriptionKeyAttribute("Server_IsFullTextInstalledDesc")>]
abstract IsFullTextInstalled : bool
function get IsFullTextInstalled () : boolean
Valor da propriedade
Consulte também