Partilhar via


Propriedade do RDL EntityStagingBatch.Status

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets or sets the current status of the batch.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Status As StagingBatchStatus
    Get
    Set
'Uso
Dim instance As EntityStagingBatch
Dim value As StagingBatchStatus

value = instance.Status

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

Valor da propriedade

Tipo: Microsoft.MasterDataServices.StagingBatchStatus
The current status of the batch.

Consulte também

Referência

EntityStagingBatch Classe

Namespace Microsoft.MasterDataServices