Właściwość StagingBatchInformation.PriorBatchId
Pobiera lub ustawia identyfikator partia wcześniejsze próby, jeśli ponowne ładowanie rekordów naprawionym błędem uprzedniego partia bieżącej partia.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PriorBatchId As Identifier
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.Identifier
Identyfikator.
Zobacz także