Partilhar via


Propriedade do RDL FullTextCatalog.PopulationStatus

Gets the population status of the referenced full-text catalog.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PopulationStatus As CatalogPopulationStatus 
    Get
'Uso
Dim instance As FullTextCatalog 
Dim value As CatalogPopulationStatus 

value = instance.PopulationStatus
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public CatalogPopulationStatus PopulationStatus { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property CatalogPopulationStatus PopulationStatus {
    CatalogPopulationStatus get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PopulationStatus : CatalogPopulationStatus
function get PopulationStatus () : CatalogPopulationStatus

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.CatalogPopulationStatus
A CatalogPopulationStatus object value that specifies the status of the referenced full-text catalog.

Exemplos

Implementando a pesquisa de texto completo

Consulte também

Referência

FullTextCatalog Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Visão geral da pesquisa de texto completo

CREATE FULLTEXT CATALOG (Transact-SQL)