StagingBatchInformation.PriorBatchId Propiedad
Gets or sets an identifier of a prior attempted batch if the current batch is a reload of prior batch’s corrected error records.
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 PriorBatchId As Identifier
Get
Set
'Uso
Dim instance As StagingBatchInformation
Dim value As Identifier
value = instance.PriorBatchId
instance.PriorBatchId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier PriorBatchId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ PriorBatchId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member PriorBatchId : Identifier with get, set
function get PriorBatchId () : Identifier
function set PriorBatchId (value : Identifier)
Valor de la propiedad
Tipo: Microsoft.MasterDataServices.Services.DataContracts.Identifier
An identifier of a prior attempted batch.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts