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.