IService.SystemPropertiesGet(SystemPropertiesGetRequest) Метод

Определение

Извлекает неизменяемые свойства системы.

public:
 Microsoft::MasterDataServices::Services::MessageContracts::SystemPropertiesGetResponse ^ SystemPropertiesGet(Microsoft::MasterDataServices::Services::MessageContracts::SystemPropertiesGetRequest ^ 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.SystemPropertiesGetResponse SystemPropertiesGet (Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member SystemPropertiesGet : Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetRequest -> Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetResponse
Public Function SystemPropertiesGet (request As SystemPropertiesGetRequest) As SystemPropertiesGetResponse

Параметры

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

Атрибуты

Комментарии

Операция SystemPropertiesGet(SystemPropertiesGetRequest) извлекает доступные свойства системы только для чтения. Эта операция не имеет параметров запроса и отвечает всеми доступными свойствами системы. В настоящее время эта операция предоставляет сведения о размере диска базы данных, но эта операция может быть расширена для включения других значений в будущем.

Системные свойства включают следующее:

  • DatabaseSchemaVersion: версия установленной схемы MDS.

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