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