Freigeben über


ServiceClient.IService.SystemPropertiesGet-Methode

Retrieves the immutable properties about the system.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
Private Function SystemPropertiesGet ( _
    request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse Implements IService.SystemPropertiesGet
'Usage
Dim instance As ServiceClient
Dim request As SystemPropertiesGetRequest
Dim returnValue As SystemPropertiesGetResponse

returnValue = CType(instance, IService).SystemPropertiesGet(request)
SystemPropertiesGetResponseIService.SystemPropertiesGet(
    SystemPropertiesGetRequest request
)
private:
virtual SystemPropertiesGetResponse^ SystemPropertiesGet(
    SystemPropertiesGetRequest^ request
) sealed = IService::SystemPropertiesGet
private abstract SystemPropertiesGet : 
        request:SystemPropertiesGetRequest -> SystemPropertiesGetResponse 
private override SystemPropertiesGet : 
        request:SystemPropertiesGetRequest -> SystemPropertiesGetResponse
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Rückgabewert

Typ: Microsoft.MasterDataServices.SystemPropertiesGetResponse
The SystemPropertiesGetResponse for the operation.

Implementiert

IService.SystemPropertiesGet(SystemPropertiesGetRequest)

Siehe auch

Verweis

ServiceClient Klasse

Microsoft.MasterDataServices-Namespace