Condividi tramite


IService.SystemPropertiesGet(SystemPropertiesGetRequest) Metodo

Definizione

Recupera le proprietà non modificabili relative al 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

Parametri

Restituisce

Attributi

Commenti

L'operazione SystemPropertiesGet(SystemPropertiesGetRequest) recupera le proprietà di sola lettura disponibili sul sistema. Questa operazione non ha parametri di richiesta e risponde con tutte le proprietà di sistema disponibili. Questa operazione fornisce attualmente informazioni sulle dimensioni del disco del database, ma questa operazione potrebbe essere estesa per includere altri valori in futuro.

Le proprietà di sistema includono quanto segue:

  • DatabaseSchemaVersion: versione dello schema MDS installata.

Si applica a