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 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

返回值

类型:Microsoft.MasterDataServices.SystemSettingsGetResponse
The SystemSettingsGetResponse for the operation.

实现

IService.SystemSettingsGet(SystemSettingsGetRequest)

请参阅

参考

ServiceClient 类

Microsoft.MasterDataServices 命名空间