共用方式為


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 命名空間