TransactionAnnotationsGet 메서드
Retrieves a filtered list of transactions from a model.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Function TransactionAnnotationsGet ( _
request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse
‘사용 방법
Dim instance As ServiceClient
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. . :: . .TransactionAnnotationsGetRequest
The get request.
반환 값
유형: Microsoft.MasterDataServices. . :: . .TransactionAnnotationsGetResponse
A TransactionAnnotationsGetResponse.
구현
IService. . :: . .TransactionAnnotationsGet(TransactionAnnotationsGetRequest)