共用方式為


IService.SystemPropertiesGet 方法

Retrieves the immutable properties about the system.

命名空間:  Microsoft.MasterDataServices.Services.ServiceContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.dll 中)

語法

'宣告
<FaultContractAttribute(GetType(EditionExpiredMessage))> _
<OperationContractAttribute> _
Function SystemPropertiesGet ( _
    request As SystemPropertiesGetRequest _
) As SystemPropertiesGetResponse
'用途
Dim instance As IService 
Dim request As SystemPropertiesGetRequest 
Dim returnValue As SystemPropertiesGetResponse 

returnValue = instance.SystemPropertiesGet(request)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
SystemPropertiesGetResponse SystemPropertiesGet(
    SystemPropertiesGetRequest request
)
[FaultContractAttribute(typeof(EditionExpiredMessage))]
[OperationContractAttribute]
SystemPropertiesGetResponse^ SystemPropertiesGet(
    SystemPropertiesGetRequest^ request
)
[<FaultContractAttribute(typeof(EditionExpiredMessage))>]
[<OperationContractAttribute>]
abstract SystemPropertiesGet : 
        request:SystemPropertiesGetRequest -> SystemPropertiesGetResponse
function SystemPropertiesGet(
    request : SystemPropertiesGetRequest
) : SystemPropertiesGetResponse

參數

傳回值

型別:Microsoft.MasterDataServices.Services.MessageContracts.SystemPropertiesGetResponse
The response to the get operation.

請參閱

參考

IService 介面

Microsoft.MasterDataServices.Services.ServiceContracts 命名空間