TransactionAnnotationsGet 方法
Retrieves a filtered list of transactions from a model.
命名空間: Microsoft.MasterDataServices.Services
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.dll 中)
語法
'宣告
Public Function TransactionAnnotationsGet ( _
request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse
'用途
Dim instance As Service
Dim request As TransactionAnnotationsGetRequest
Dim returnValue As TransactionAnnotationsGetResponse
returnValue = instance.TransactionAnnotationsGet(request)
public TransactionAnnotationsGetResponse TransactionAnnotationsGet(
TransactionAnnotationsGetRequest request
)
public:
virtual TransactionAnnotationsGetResponse^ TransactionAnnotationsGet(
TransactionAnnotationsGetRequest^ request
) sealed
abstract TransactionAnnotationsGet :
request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
override TransactionAnnotationsGet :
request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
public final function TransactionAnnotationsGet(
request : TransactionAnnotationsGetRequest
) : TransactionAnnotationsGetResponse
參數
- request
型別:Microsoft.MasterDataServices.Services.MessageContracts. . :: . .TransactionAnnotationsGetRequest
Get request.
傳回值
型別:Microsoft.MasterDataServices.Services.MessageContracts. . :: . .TransactionAnnotationsGetResponse
TransactionAnnotationsGetResponse.
實作
IService. . :: . .TransactionAnnotationsGet(TransactionAnnotationsGetRequest)