SystemPropertiesGet 方法
Retrieves immutable properties about the system.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Function SystemPropertiesGet ( _
request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse
用法
Dim instance As ServiceClient
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. . :: . .SystemPropertiesGetResponse
A SystemPropertiesGetResponse.
实现
IService. . :: . .SystemPropertiesGet(SystemPropertiesGetRequest)