다음을 통해 공유


PopulationStatus 속성

Gets the type of population in progress.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property PopulationStatus As IndexPopulationStatus
    Get
‘사용 방법
Dim instance As FullTextIndex
Dim value As IndexPopulationStatus

value = instance.PopulationStatus
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public IndexPopulationStatus PopulationStatus { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property IndexPopulationStatus PopulationStatus {
    IndexPopulationStatus get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member PopulationStatus : IndexPopulationStatus
function get PopulationStatus () : IndexPopulationStatus

속성 값

유형: Microsoft.SqlServer.Management.Smo. . :: . .IndexPopulationStatus
An IndexPopulationStatus object value that specifies whether the current population is incremental or full.