Partilhar via


Propriedade do RDL StagingBatchInformation.BatchId

Gets or sets the batch identifier of the staging batch.

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

Sintaxe

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

value = instance.BatchId

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

Valor da propriedade

Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The batch identifier of the staging batch.

Consulte também

Referência

StagingBatchInformation Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts