Condividi tramite


Proprietà PriorBatchId

Gets or sets the identifier of a prior attempted batch if the current batch is a reload of the prior batch’s corrected error records.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PriorBatchId As Identifier
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.MasterDataServices. . :: . .Identifier
A new instance of type Identifier.