Proprietà FullTextCatalog.PopulationStatus
Gets the population status of the referenced full-text catalog.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PopulationStatus As CatalogPopulationStatus
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.CatalogPopulationStatus
A CatalogPopulationStatus object value that specifies the status of the referenced full-text catalog.
Esempi
Implementazione della ricerca full-text
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo