IsFullTextInstalled 속성
Gets the Boolean value that specifies whether full-text service is installed on the instance of SQL Server.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property IsFullTextInstalled As Boolean
Get
‘사용 방법
Dim instance As Information
Dim value As Boolean
value = instance.IsFullTextInstalled
[SfcPropertyAttribute]
public bool IsFullTextInstalled { get; }
[SfcPropertyAttribute]
public:
property bool IsFullTextInstalled {
bool get ();
}
[<SfcPropertyAttribute>]
member IsFullTextInstalled : bool
function get IsFullTextInstalled () : boolean
속성 값
형식: System. . :: . .Boolean
A Boolean value that specifies whether full-text service is installed on the instance of SQL Server.
If True, full-text service is installed. Otherwise, False (default).