Compartir a través de


HasFullTextIndexedTables Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property HasFullTextIndexedTables As Boolean
    Get
'Uso
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

Valor de la propiedad

Tipo: 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.