Właściwość IServerInformation.IsFullTextInstalled
Pobiera wartość logiczna określająca, czy pełny tekst jest zainstalowana na wystąpienie SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<DisplayNameKeyAttribute("Server_IsFullTextInstalledName")> _
<DisplayDescriptionKeyAttribute("Server_IsFullTextInstalledDesc")> _
ReadOnly Property IsFullTextInstalled As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
Boolean
Zobacz także