TransactionsGetResponse.TotalRecordCount 字段
The total record count of transactions.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", _
Order := )> _
Public TotalRecordCount As Integer
用法
Dim instance As TransactionsGetResponse
Dim value As Integer
value = instance.TotalRecordCount
instance.TotalRecordCount = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public int TotalRecordCount
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )]
public:
int TotalRecordCount
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",
Order = )>]
val mutable TotalRecordCount: int
public var TotalRecordCount : int