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)