StagingClearResponse.BatchesQueuedToClearCount 属性

Gets or sets the number of batches to be cleared.

命名空间:  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
The number of batches to be cleared.

请参阅

参考

StagingClearResponse 类

Microsoft.MasterDataServices.Services.MessageContracts 命名空间