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