Click or drag to resize
IConnection Interface

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public interface IConnection

The IConnection type exposes the following members.

Properties
  NameDescription
Public propertyConnectionString
One of: ODBC CONNECT TO [<provider name>] OLEDB CONNECT TO [<provider name>] CUSTOM CONNECT TO [<provider name>] "<local absolute or relative path,UNC path >" "<URL>" Connection string. This parameter is mandatory and must be set when creating or modifying a connection.
Public propertyId
Identifier of the connection. Is generated by the engine and is unique.
Public propertyMeta
Information about the connection.
Public propertyModifiedDate
Is generated by the engine. Creation date of the connection or last modification date of the connection.
Public propertyName
Name of the connection. This parameter is mandatory and must be set when creating or modifying a connection.
Public propertyPassword
Password of the user who creates the connection. This parameter is optional; it is only used for OLEDB, ODBC and CUSTOM connections. A call to GetConnection method does not return the password.
Public propertyType
One of: ODBC OLEDB <Name of the custom connection file> folder internet Type of the connection. This parameter is mandatory and must be set when creating or modifying a connection. For ODBC, OLEDB and custom connections, the engine checks that the connection type matches the connection string. The type is not case sensitive.
Public propertyUserName
Name of the user who creates the connection. This parameter is optional; it is only used for OLEDB, ODBC and CUSTOM connections. A call to GetConnection method does not return the user name.
Top
See Also