IProviderConnector Interface

Interface used to pass information to and from data providers.

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IProviderConnector

The IProviderConnector type exposes the following members.

Properties
 NameDescription
Public propertyAllowSessionSchemas Gets or sets a value indicating whether transforms based on this data connector can change their session schema.
Public propertyConnectionString Gets the connection string.
Public propertyDataConnectorId Gets the data connector ID.
Public propertyProviderValues Gets the provider values.
Public propertyServerVersion Gets the server version.
Top
Methods
 NameDescription
Public methodAuthenticate Authenticates using the specified credential provider ID.
Public methodExecuteScript(Guid) Executes the script for the specified parameter ID.
Public methodExecuteScript(Guid, IDictionaryString, Object) Executes the script for the specified parameter ID.
Public methodGetEffectiveCredentials Gets the effective credential properties.
Public methodLoadProviderData Loads the provider-specific data.
Public methodSaveProviderData Saves the provider-specific data.
Top
See Also