Método SystemSettingsGet
Retrieves a list of system settings.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGet", _
ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/SystemSettingsGetResponse")> _
Function SystemSettingsGet ( _
request As SystemSettingsGetRequest _
) As SystemSettingsGetResponse
'Uso
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")]
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")]
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")>]
abstract SystemSettingsGet :
request:SystemSettingsGetRequest -> SystemSettingsGetResponse
function SystemSettingsGet(
request : SystemSettingsGetRequest
) : SystemSettingsGetResponse
Parâmetros
- request
Tipo: Microsoft.MasterDataServices. . :: . .SystemSettingsGetRequest
Get request.
Valor de retorno
Tipo: Microsoft.MasterDataServices. . :: . .SystemSettingsGetResponse
A new instance of type SystemSettingsGetResponse.