다음을 통해 공유


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.

네임스페이스:  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.