Share via


EntityStagingBatch.Status Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the current status of the batch.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Status As StagingBatchStatus 
    Get 
    Set
'Usage
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)

Property Value

Type: Microsoft.MasterDataServices.Services.DataContracts.StagingBatchStatus
The current status of the batch.

See Also

Reference

EntityStagingBatch Class

Microsoft.MasterDataServices.Services.DataContracts Namespace