PopulationStatus propriété
Gets the type of population in progress.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute> _
Public ReadOnly Property PopulationStatus As IndexPopulationStatus
Get
'Utilisation
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
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .IndexPopulationStatus
An IndexPopulationStatus object value that specifies whether the current population is incremental or full.