IService.SystemSettingsGet 方法
Retrieves a list of system settings.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet", _
ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")> _
<FaultContractAttribute(GetType(EditionExpiredMessage), Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetEditionExpiredMessageFault", _
Name := "EditionExpiredMessage")> _
Function SystemSettingsGet ( _
request As SystemSettingsGetRequest _
) As SystemSettingsGetResponse
用法
Dim instance As IService
Dim request As SystemSettingsGetRequest
Dim returnValue As SystemSettingsGetResponse
returnValue = instance.SystemSettingsGet(request)
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet",
ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")]
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetEditionExpiredMessageFault",
Name = "EditionExpiredMessage")]
SystemSettingsGetResponse SystemSettingsGet(
SystemSettingsGetRequest request
)
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet",
ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")]
[FaultContractAttribute(typeof(EditionExpiredMessage), Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetEditionExpiredMessageFault",
Name = L"EditionExpiredMessage")]
SystemSettingsGetResponse^ SystemSettingsGet(
SystemSettingsGetRequest^ request
)
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet",
ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")>]
[<FaultContractAttribute(typeof(EditionExpiredMessage), Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetEditionExpiredMessageFault",
Name = "EditionExpiredMessage")>]
abstract SystemSettingsGet :
request:SystemSettingsGetRequest -> SystemSettingsGetResponse
function SystemSettingsGet(
request : SystemSettingsGetRequest
) : SystemSettingsGetResponse
参数
- request
类型:Microsoft.MasterDataServices.SystemSettingsGetRequest
Get request.
返回值
类型:Microsoft.MasterDataServices.SystemSettingsGetResponse
A new instance of type SystemSettingsGetResponse.