BatchesQueuedToClearCount 字段

The number of batches to be cleared.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public BatchesQueuedToClearCount As Integer
用法
Dim instance As StagingClearResponse
Dim value As Integer

value = instance.BatchesQueuedToClearCount

instance.BatchesQueuedToClearCount = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public int BatchesQueuedToClearCount
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public:
int BatchesQueuedToClearCount
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )>]
val mutable BatchesQueuedToClearCount: int
public var BatchesQueuedToClearCount : int