IService.SystemSettingsGet(SystemSettingsGetRequest) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère une liste des paramètres système.
public:
Microsoft::MasterDataServices::SystemSettingsGetResponse ^ SystemSettingsGet(Microsoft::MasterDataServices::SystemSettingsGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")]
public Microsoft.MasterDataServices.SystemSettingsGetResponse SystemSettingsGet (Microsoft.MasterDataServices.SystemSettingsGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")>]
abstract member SystemSettingsGet : Microsoft.MasterDataServices.SystemSettingsGetRequest -> Microsoft.MasterDataServices.SystemSettingsGetResponse
Public Function SystemSettingsGet (request As SystemSettingsGetRequest) As SystemSettingsGetResponse
Paramètres
- request
- SystemSettingsGetRequest
Obtenir la demande.
Retours
Nouvelle instance de type SystemSettingsGetResponse.
- Attributs