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()

Return Value

Type: IReadOnlyCollectionGatewayManifestEntry
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have administrative privileges, or the caller doesn't have a Power User seat.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also