Share via


StagingSearchCriteria.StagingBatchStatus Propiedad

Definición

Obtiene o establece el estado de procesamiento de un lote de almacenamiento provisional.

public:
 property Microsoft::MasterDataServices::StagingBatchStatus StagingBatchStatus { Microsoft::MasterDataServices::StagingBatchStatus get(); void set(Microsoft::MasterDataServices::StagingBatchStatus value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public Microsoft.MasterDataServices.StagingBatchStatus StagingBatchStatus { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.StagingBatchStatus : Microsoft.MasterDataServices.StagingBatchStatus with get, set
Public Property StagingBatchStatus As StagingBatchStatus

Valor de propiedad

Uno de los valores de StagingBatchStatus. Los valores posibles son All, Cleared, Running, NotRunning, QueuedToClear y QueuedToRun.

Atributos

Se aplica a