Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Retrieves the immutable properties about the system.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
Private Function SystemPropertiesGet ( _
request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse Implements IService.SystemPropertiesGet
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Paramètres
- request
Type : Microsoft.MasterDataServices.SystemPropertiesGetRequest
The get request.
Valeur de retour
Type : Microsoft.MasterDataServices.SystemPropertiesGetResponse
The SystemPropertiesGetResponse for the operation.
Implémente
IService.SystemPropertiesGet(SystemPropertiesGetRequest)