Service.SystemPropertiesGet 方法

Retrieves the 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

参数

返回值

类型:Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetResponse
The SystemPropertiesGetResponse for the operation.

实现

IService.SystemPropertiesGet(SystemPropertiesGetRequest)

请参阅

参考

Service 类

Microsoft.MasterDataServices.Services 命名空间