共用方式為


StagingBatchInformation.PriorBatchId 屬性

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

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.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.Services.DataContracts.Identifier
An identifier of a prior attempted batch.

請參閱

參考

StagingBatchInformation 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間