共用方式為


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

請參閱

參考

TransactionsGetResponse 類別

Microsoft.MasterDataServices 命名空間