EntityStagingBatch.BatchId 属性

定义

获取或设置唯一标识批处理的 ID。

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)

属性值

一个类型为标识符的新实例。

属性

适用于