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.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property PriorBatchId As Identifier
Get
Set
'用途
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)
屬性值
型別:Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.