次の方法で共有


StagingClearResponse.BatchesQueuedToClearCount プロパティ

消去されるバッチの数を取得または設定します。

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

構文

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

value = instance.BatchesQueuedToClearCount

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

プロパティ値

型: System.Int32
消去されるバッチの数です。

関連項目

参照

StagingClearResponse クラス

Microsoft.MasterDataServices.Services.MessageContracts 名前空間