TransactionAnnotationsGet メソッド
フィルター選択されたトランザクションの一覧をモデルから取得します。
名前空間: 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
パラメーター
戻り値
型: Microsoft.MasterDataServices.Services.MessageContracts. . :: . .TransactionAnnotationsGetResponse
TransactionAnnotationsGetResponse。
実装
IService. . :: . .TransactionAnnotationsGet(TransactionAnnotationsGetRequest)