다음을 통해 공유


StagingSearchCriteria.StagingBatchStatus 속성

Gets or sets the status of a staging batch.

네임스페이스:  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
The status of a staging batch.

참고 항목

참조

StagingSearchCriteria 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스