次の方法で共有


IService.TransactionAnnotationsGet メソッド

トランザクションに関連した注釈を取得します。

名前空間:  Microsoft.MasterDataServices.Services.ServiceContracts
アセンブリ:  Microsoft.MasterDataServices.Services.Contracts (Microsoft.MasterDataServices.Services.Contracts.dll)

構文

'宣言
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function TransactionAnnotationsGet ( _
    request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse
'使用
Dim instance As IService 
Dim request As TransactionAnnotationsGetRequest 
Dim returnValue As TransactionAnnotationsGetResponse 

returnValue = instance.TransactionAnnotationsGet(request)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
TransactionAnnotationsGetResponse TransactionAnnotationsGet(
    TransactionAnnotationsGetRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
TransactionAnnotationsGetResponse^ TransactionAnnotationsGet(
    TransactionAnnotationsGetRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract TransactionAnnotationsGet : 
        request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
function TransactionAnnotationsGet(
    request : TransactionAnnotationsGetRequest
) : TransactionAnnotationsGetResponse

パラメーター

戻り値

型: Microsoft.MasterDataServices.Services.MessageContracts.TransactionAnnotationsGetResponse
取得操作に対する応答です。

関連項目

参照

IService インターフェイス

Microsoft.MasterDataServices.Services.ServiceContracts 名前空間