次の方法で共有


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)

プロパティ値

ステージング バッチ識別子です。

属性

適用対象