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 (25.3.0.1000)
SyntaxIReadOnlyCollection<GatewayManifestEntry> GetGatewayProviders()
Function GetGatewayProviders As IReadOnlyCollection(Of GatewayManifestEntry)
IReadOnlyCollection<GatewayManifestEntry^>^ GetGatewayProviders()
abstract GetGatewayProviders : unit -> IReadOnlyCollection<GatewayManifestEntry> 
Return Value
Type: 
IReadOnlyCollectionGatewayManifestEntry
Exceptions| 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