IsFullTextInstalled 属性

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property IsFullTextInstalled As Boolean
    Get
用法
Dim instance As Server
Dim value As Boolean

value = instance.IsFullTextInstalled
[SfcPropertyAttribute]
public bool IsFullTextInstalled { get; }
[SfcPropertyAttribute]
public:
virtual property bool IsFullTextInstalled {
    bool get () sealed;
}
[<SfcPropertyAttribute>]
abstract IsFullTextInstalled : bool
[<SfcPropertyAttribute>]
override IsFullTextInstalled : bool
final function get IsFullTextInstalled () : boolean

属性值

类型:System. . :: . .Boolean

实现

IServerInformation. . :: . .IsFullTextInstalled