Compartir a través de


StagingBatchInformation.BatchId Propiedad

Gets or sets the batch identifier of the staging batch.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<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 de la propiedad

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

Vea también

Referencia

StagingBatchInformation Clase

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts