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.

Атрибуты

Применяется к