Поделиться через


IService.SystemSettingsGet(SystemSettingsGetRequest) Метод

Определение

Извлекает список системных настроек.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::SystemSettingsGetResponse ^ SystemSettingsGet(Microsoft::MasterDataServices::Services::MessageContracts::SystemSettingsGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetResponse SystemSettingsGet (Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member SystemSettingsGet : Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SystemSettingsGetResponse
Public Function SystemSettingsGet (request As SystemSettingsGetRequest) As SystemSettingsGetResponse

Параметры

Возвращаемое значение

Атрибуты

Комментарии

Операция SystemSettingsGet(SystemSettingsGetRequest) извлекает параметры конфигурации системы. Можно получить одну выбранную группу параметров конфигурации системы. Извлекаемая группа параметров указывается в IdentifierSystemSettingsGetCriteria

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