다음을 통해 공유


ServiceClient.IService.SystemDomainListGet 메서드

Retrieves the localized fixed list of choices based on a list code.

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

구문

‘선언
Private Function SystemDomainListGet ( _
    request As SystemDomainListGetRequest _
) As SystemDomainListGetResponse Implements IService.SystemDomainListGet
‘사용 방법
Dim instance As ServiceClient
Dim request As SystemDomainListGetRequest
Dim returnValue As SystemDomainListGetResponse

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

매개 변수

반환 값

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

구현

IService.SystemDomainListGet(SystemDomainListGetRequest)

참고 항목

참조

ServiceClient 클래스

Microsoft.MasterDataServices 네임스페이스