Condividi tramite


Metodo ServiceClient.IService.SystemPropertiesGet

Retrieves the immutable properties about the system.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
Private Function SystemPropertiesGet ( _
    request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse Implements IService.SystemPropertiesGet
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Parametri

Valore restituito

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

Implementa

IService.SystemPropertiesGet(SystemPropertiesGetRequest)

Vedere anche

Riferimento

ServiceClient Classe

Spazio dei nomi Microsoft.MasterDataServices