EntityStagingBatch.BatchId 속성

정의

스테이징 일괄 처리 식별자를 지정합니다.

public:
 property Nullable<int> BatchId { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false)]
public int? BatchId { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false)>]
member this.BatchId : Nullable<int> with get, set
Public Property BatchId As Nullable(Of Integer)

속성 값

준비 일괄 처리 식별자입니다.

특성

적용 대상