次の方法で共有


PopulationStatus プロパティ

実行中の作成の種類を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property PopulationStatus As IndexPopulationStatus
    Get
'使用
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

プロパティ値

型: Microsoft.SqlServer.Management.Smo. . :: . .IndexPopulationStatus
現在の作成が増分作成か完全な作成かを示す IndexPopulationStatus オブジェクト値です。