この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
バッチを一意に識別する ID を取得または設定します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BatchId As Nullable(Of Integer)
Get
Set
'使用
Dim instance As EntityStagingBatch
Dim value As Nullable(Of Integer)
value = instance.BatchId
instance.BatchId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Nullable<int> BatchId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Nullable<int> BatchId {
Nullable<int> get ();
void set (Nullable<int> value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BatchId : Nullable<int> with get, set
function get BatchId () : Nullable<int>
function set BatchId (value : Nullable<int>)
プロパティ値
型: System.Nullable<Int32>
型の識別子の新しいインスタンス。