Propriedade PopulationStatus
Gets the type of population in progress.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property PopulationStatus As IndexPopulationStatus
Get
'Uso
Dim instance As FullTextIndex
Dim value As IndexPopulationStatus
value = instance.PopulationStatus
[SfcPropertyAttribute]
public IndexPopulationStatus PopulationStatus { get; }
[SfcPropertyAttribute]
public:
property IndexPopulationStatus PopulationStatus {
IndexPopulationStatus get ();
}
[<SfcPropertyAttribute>]
member PopulationStatus : IndexPopulationStatus
function get PopulationStatus () : IndexPopulationStatus
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .IndexPopulationStatus
An IndexPopulationStatus object value that specifies whether the current population is incremental or full.
Consulte também