Share via


IService.SystemPropertiesGet(SystemPropertiesGetRequest) Método

Definición

Recupera propiedades inmutables acerca del sistema.

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

Parámetros

Devoluciones

Atributos

Comentarios

La SystemPropertiesGet(SystemPropertiesGetRequest) operación recupera las propiedades de solo lectura disponibles sobre el sistema. Esta operación no tiene parámetros de solicitud y responde con todas las propiedades del sistema disponibles. Actualmente, esta operación proporciona información sobre el tamaño del disco de la base de datos, pero esta operación se podría ampliar para incluir otros valores en el futuro.

Las propiedades del sistema incluyen lo siguiente:

  • DatabaseSchemaVersion: la versión del esquema MDS instalado.

Se aplica a