다음을 통해 공유


ServiceClient.IService.TransactionAnnotationsGet 메서드

Retrieves the filtered list of transaction annotations from a model.

네임스페이스:  Microsoft.MasterDataServices
어셈블리:  Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)

구문

‘선언
Private Function TransactionAnnotationsGet ( _
    request As TransactionAnnotationsGetRequest _
) As TransactionAnnotationsGetResponse Implements IService.TransactionAnnotationsGet
‘사용 방법
Dim instance As ServiceClient
Dim request As TransactionAnnotationsGetRequest
Dim returnValue As TransactionAnnotationsGetResponse

returnValue = CType(instance, IService).TransactionAnnotationsGet(request)
TransactionAnnotationsGetResponseIService.TransactionAnnotationsGet(
    TransactionAnnotationsGetRequest request
)
private:
virtual TransactionAnnotationsGetResponse^ TransactionAnnotationsGet(
    TransactionAnnotationsGetRequest^ request
) sealed = IService::TransactionAnnotationsGet
private abstract TransactionAnnotationsGet : 
        request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse 
private override TransactionAnnotationsGet : 
        request:TransactionAnnotationsGetRequest -> TransactionAnnotationsGetResponse
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

반환 값

유형: Microsoft.MasterDataServices.TransactionAnnotationsGetResponse
The TransactionAnnotationsGetResponse for the operation.

구현

IService.TransactionAnnotationsGet(TransactionAnnotationsGetRequest)

참고 항목

참조

ServiceClient 클래스

Microsoft.MasterDataServices 네임스페이스