Свойство PopulationStatus
Gets the population status of the referenced full-text catalog.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PopulationStatus As CatalogPopulationStatus
Get
'Применение
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
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo. . :: . .CatalogPopulationStatus
A CatalogPopulationStatus object value that specifies the status of the referenced full-text catalog.
См. также