次の方法で共有


StagingSearchCriteria.StagingBatchStatus プロパティ

ステージング バッチの状態を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.DataContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property StagingBatchStatus As StagingBatchStatus 
    Get 
    Set
'使用
Dim instance As StagingSearchCriteria 
Dim value As StagingBatchStatus 

value = instance.StagingBatchStatus

instance.StagingBatchStatus = value
[DataMemberAttribute(EmitDefaultValue = false)]
public StagingBatchStatus StagingBatchStatus { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property StagingBatchStatus StagingBatchStatus {
    StagingBatchStatus get ();
    void set (StagingBatchStatus value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member StagingBatchStatus : StagingBatchStatus with get, set
function get StagingBatchStatus () : StagingBatchStatus 
function set StagingBatchStatus (value : StagingBatchStatus)

プロパティ値

型: Microsoft.MasterDataServices.Services.DataContracts.StagingBatchStatus
ステージング バッチの状態。

関連項目

参照

StagingSearchCriteria クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間