Поделиться через


Свойство 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