ServiceClient.IService.SystemSettingsGet 메서드
Retrieves the list of system settings.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Private Function SystemSettingsGet ( _
request As SystemSettingsGetRequest _
) As SystemSettingsGetResponse Implements IService.SystemSettingsGet
‘사용 방법
Dim instance As ServiceClient
Dim request As SystemSettingsGetRequest
Dim returnValue As SystemSettingsGetResponse
returnValue = CType(instance, IService).SystemSettingsGet(request)
SystemSettingsGetResponseIService.SystemSettingsGet(
SystemSettingsGetRequest request
)
private:
virtual SystemSettingsGetResponse^ SystemSettingsGet(
SystemSettingsGetRequest^ request
) sealed = IService::SystemSettingsGet
private abstract SystemSettingsGet :
request:SystemSettingsGetRequest -> SystemSettingsGetResponse
private override SystemSettingsGet :
request:SystemSettingsGetRequest -> SystemSettingsGetResponse
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.
매개 변수
- request
유형: Microsoft.MasterDataServices.SystemSettingsGetRequest
The get request.
반환 값
유형: Microsoft.MasterDataServices.SystemSettingsGetResponse
The SystemSettingsGetResponse for the operation.
구현
IService.SystemSettingsGet(SystemSettingsGetRequest)