ServiceClient.IService.SystemSettingsGet 方法
Retrieves the list of system settings.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
Private Function SystemSettingsGet ( _
request As SystemSettingsGetRequest _
) As SystemSettingsGetResponse Implements IService.SystemSettingsGet
'用途
Dim instance As ServiceClient
Dim request As SystemSettingsGetRequest
Dim returnValue As SystemSettingsGetResponse
returnValue = CType(instance, IService).SystemSettingsGet(request)
SystemSettingsGetResponseIService.SystemSettingsGet(
SystemSettingsGetRequest request
)
private:
virtual SystemSettingsGetResponse^ SystemSettingsGet(
SystemSettingsGetRequest^ request
) sealed = IService::SystemSettingsGet
private abstract SystemSettingsGet :
request:SystemSettingsGetRequest -> SystemSettingsGetResponse
private override SystemSettingsGet :
request:SystemSettingsGetRequest -> SystemSettingsGetResponse
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。
參數
- request
型別:Microsoft.MasterDataServices.SystemSettingsGetRequest
The get request.
傳回值
型別:Microsoft.MasterDataServices.SystemSettingsGetResponse
The SystemSettingsGetResponse for the operation.
實作
IService.SystemSettingsGet(SystemSettingsGetRequest)