IsFullTextInstalled プロパティ
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