Share via


IService.SystemPropertiesGet(SystemPropertiesGetRequest) 메서드

정의

시스템에 대한 변경할 수 없는 속성을 검색합니다.

public:
 Microsoft::MasterDataServices::SystemPropertiesGetResponse ^ SystemPropertiesGet(Microsoft::MasterDataServices::SystemPropertiesGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetResponse")]
public Microsoft.MasterDataServices.SystemPropertiesGetResponse SystemPropertiesGet (Microsoft.MasterDataServices.SystemPropertiesGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetResponse")>]
abstract member SystemPropertiesGet : Microsoft.MasterDataServices.SystemPropertiesGetRequest -> Microsoft.MasterDataServices.SystemPropertiesGetResponse
Public Function SystemPropertiesGet (request As SystemPropertiesGetRequest) As SystemPropertiesGetResponse

매개 변수

request
SystemPropertiesGetRequest

가져오기 요청입니다.

반환

SystemPropertiesGetResponse 유형의 새 인스턴스입니다.

특성

적용 대상