Close Método
Closes the connection to the database.
Espacio de nombres: Microsoft.ReportingServices.DataProcessing
Ensamblado: Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Sintaxis
'Declaración
Sub Close
'Uso
Dim instance As IDbConnection
instance.Close()
void Close()
void Close()
abstract Close : unit -> unit
function Close()
Notas
The Close method rolls back any pending transactions. It then releases the connection to the connection pool, or closes the connection if connection pooling is disabled.
An application can call Close more than one time without generating an exception.