次の方法で共有


EntityStagingGetResponse.BatchCount プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ステージング状態に関連付けられないバッチの総数を取得または設定します。

名前空間:  Microsoft.MasterDataServices.Services.MessageContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<MessageBodyMemberAttribute> _
Public Property BatchCount As Integer 
    Get 
    Set
'使用
Dim instance As EntityStagingGetResponse 
Dim value As Integer 

value = instance.BatchCount

instance.BatchCount = value
[MessageBodyMemberAttribute]
public int BatchCount { get; set; }
[MessageBodyMemberAttribute]
public:
property int BatchCount {
    int get ();
    void set (int value);
}
[<MessageBodyMemberAttribute>]
member BatchCount : int with get, set
function get BatchCount () : int 
function set BatchCount (value : int)

プロパティ値

型: System.Int32
ステージング状態に関連付けられないバッチの総数。

関連項目

参照

EntityStagingGetResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間