Udostępnij za pośrednictwem


Metoda Service.SystemPropertiesGet

Pobiera właściwości niezmienna, informacje o systemie.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
Public Function SystemPropertiesGet ( _
    request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse
'Użycie
Dim instance As Service
Dim request As SystemPropertiesGetRequest
Dim returnValue As SystemPropertiesGetResponse

returnValue = instance.SystemPropertiesGet(request)
public SystemPropertiesGetResponse SystemPropertiesGet(
    SystemPropertiesGetRequest request
)
public:
virtual SystemPropertiesGetResponse^ SystemPropertiesGet(
    SystemPropertiesGetRequest^ request
) sealed
abstract SystemPropertiesGet : 
        request:SystemPropertiesGetRequest -> SystemPropertiesGetResponse 
override SystemPropertiesGet : 
        request:SystemPropertiesGetRequest -> SystemPropertiesGetResponse 
public final function SystemPropertiesGet(
    request : SystemPropertiesGetRequest
) : SystemPropertiesGetResponse

Wartość zwracana

Typ: Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetResponse
SystemPropertiesGetResponse.

Implementacje

IService.SystemPropertiesGet(SystemPropertiesGetRequest)