IDataProviderServiceGetGatewayProviders Method |
Gets the providers defined in the gateway manifest.
Namespace:
Dundas.BI.Data.DataProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax IReadOnlyCollection<GatewayManifestEntry> GetGatewayProviders()
Function GetGatewayProviders As IReadOnlyCollection(Of GatewayManifestEntry)
IReadOnlyCollection<GatewayManifestEntry^>^ GetGatewayProviders()
abstract GetGatewayProviders : unit -> IReadOnlyCollection<GatewayManifestEntry>
Return Value
Type:
IReadOnlyCollectionGatewayManifestEntryExceptions Exception | Condition |
---|
NoPrivilegeException | The caller does not have administrative privileges, or the caller doesn't have a Power User seat. |
InvalidSessionException | The caller context is not associated with a valid session. |
See Also