共用方式為


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

屬性值

型別:System. . :: . .Boolean
Boolean