IService.SystemPropertiesGet(SystemPropertiesGetRequest) Methode

Definition

Ruft unveränderliche Eigenschaften des Systems ab.

public:
 Microsoft::MasterDataServices::SystemPropertiesGetResponse ^ SystemPropertiesGet(Microsoft::MasterDataServices::SystemPropertiesGetRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetEditionExpiredMessageFault", Name="EditionExpiredMessage")]
[System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetResponse")]
public Microsoft.MasterDataServices.SystemPropertiesGetResponse SystemPropertiesGet (Microsoft.MasterDataServices.SystemPropertiesGetRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.EditionExpiredMessage), Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetEditionExpiredMessageFault", Name="EditionExpiredMessage")>]
[<System.ServiceModel.OperationContract(Action="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGet", ReplyAction="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemPropertiesGetResponse")>]
abstract member SystemPropertiesGet : Microsoft.MasterDataServices.SystemPropertiesGetRequest -> Microsoft.MasterDataServices.SystemPropertiesGetResponse
Public Function SystemPropertiesGet (request As SystemPropertiesGetRequest) As SystemPropertiesGetResponse

Parameter

request
SystemPropertiesGetRequest

Eine Abrufanforderung.

Gibt zurück

Eine neue Instanz vom Typ SystemPropertiesGetResponse.

Attribute

Gilt für: