Freigeben über


FullTextCatalog.PopulationStatus-Eigenschaft

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

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

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PopulationStatus As CatalogPopulationStatus 
    Get
'Usage
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

Eigenschaftswert

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

Beispiele

Einbinden einer Volltextsuche

Siehe auch

Verweis

FullTextCatalog Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Übersicht über die Volltextsuche

CREATE FULLTEXT CATALOG (Transact-SQL)