SystemPropertiesGet 方法

Retrieves immutable properties about the system.

命名空间:  Microsoft.MasterDataServices.Services
程序集:  Microsoft.MasterDataServices.Services(在 Microsoft.MasterDataServices.Services.dll 中)

语法

声明
Public Function SystemPropertiesGet ( _
    request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse
用法
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

实现

IService. . :: . .SystemPropertiesGet(SystemPropertiesGetRequest)