다음을 통해 공유


HasFullTextIndexedTables 속성

Gets a Boolean property value that specifies whether the full-text catalog is used by at least one table for index data storage.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property HasFullTextIndexedTables As Boolean
    Get
‘사용 방법
Dim instance As FullTextCatalog
Dim value As Boolean

value = instance.HasFullTextIndexedTables
[SfcPropertyAttribute]
public bool HasFullTextIndexedTables { get; }
[SfcPropertyAttribute]
public:
property bool HasFullTextIndexedTables {
    bool get ();
}
[<SfcPropertyAttribute>]
member HasFullTextIndexedTables : bool
function get HasFullTextIndexedTables () : boolean

속성 값

형식: System. . :: . .Boolean
A Boolean value that specifies whether the full-text catalog is used by at least one table.
If True, at least one table uses the referenced full-text catalog for index data storage.
If False, no tables use the referenced full-text catalog.