IsFullTextInstalled 属性
Gets a Boolean value that specifies if Full-Text is installed on the instance of SQL Server.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<DisplayNameKeyAttribute("Server_IsFullTextInstalledName")> _
<DisplayDescriptionKeyAttribute("Server_IsFullTextInstalledDesc")> _
ReadOnly Property IsFullTextInstalled As Boolean
Get
用法
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