Compartir a través de


IDbConnectionExtension Miembros

Represents additional connection properties that can be implemented by SQL Server Reporting Services data processing extensions.

El tipo IDbConnectionExtension expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico BeginTransaction Begins a database transaction. (Se hereda de IDbConnection).
Método publico Close Closes the connection to the database. (Se hereda de IDbConnection).
Método publico CreateCommand Creates and returns a Command object associated with the connection. (Se hereda de IDbConnection).
Método publico Dispose (Se hereda de IDisposable).
Método publico Open Initializes a database connection with the settings specified by the ConnectionString property of the provider-specific Connection object. (Se hereda de IDbConnection).
Método publico SetConfiguration Used to pass custom configuration data to an extension. (Se hereda de IExtension).

Principio

Propiedades

  Nombre Descripción
Propiedad pública ConnectionString Gets or sets the string used to open a database. (Se hereda de IDbConnection).
Propiedad pública ConnectionTimeout Gets the time to wait, while trying to establish a connection, before terminating the attempt and generating an error. (Se hereda de IDbConnection).
Propiedad pública Impersonate Sets the username of the user that is impersonated while queries are executed. This property is ignored by the report server if impersonation is not supported by the data provider.
Propiedad pública IntegratedSecurity Indicates whether the connection should use integrated security rather than supply a username and password.
Propiedad pública LocalizedName Gets the localized name of the extension to be displayed in a user interface. (Se hereda de IExtension).
Propiedad pública Password Gets or sets the password to use when connecting to the database. Overrides any password specified in the connection string.
Propiedad pública UserName Gets or sets the username to use when connecting to the database. Overrides any username specified in the connection string.

Principio