Partager via


Propriété EntityStagingBatch.Status

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the current status of the batch.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

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

Valeur de propriété

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

Voir aussi

Référence

EntityStagingBatch Classe

Espace de noms Microsoft.MasterDataServices