IWsDBaaSGetForbiddenDbUserNames Method
|
This Method will return all deprecated db usernames for each provider
Namespace:
Aruba.Cloud.WsDBaaS
Assembly:
WsDBaaS (in WsDBaaS.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[OperationContractAttribute]
WsResult<List<DbProviderConfig>> GetForbiddenDbUserNames()
<OperationContractAttribute>
Function GetForbiddenDbUserNames As WsResult(Of List(Of DbProviderConfig))
[OperationContractAttribute]
WsResult<List<DbProviderConfig^>^>^ GetForbiddenDbUserNames()
[<OperationContractAttribute>]
abstract GetForbiddenDbUserNames : unit -> WsResult<List<DbProviderConfig>>
function GetForbiddenDbUserNames() : WsResult<List<DbProviderConfig>>
Return Value
Type:
WsResultListDbProviderConfig
See Also