次の方法で共有


EntityStagingClearRequest.BatchId プロパティ

この 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 EntityStagingClearRequest 
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
バッチ識別子です。

関連項目

参照

EntityStagingClearRequest クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間