C# Class SSISRabbitMQ.RabbitMQConnectionManager.RabbitMQConnectionManager

Inheritance: ConnectionManagerBase
Afficher le fichier Open project: kzhen/SSISRabbitMQ

Méthodes publiques

Méthode Description
AcquireConnection ( object txn ) : object
RabbitMQConnectionManager ( ) : System
ReleaseConnection ( object connection ) : void
Validate ( Microsoft infoEvents ) : Microsoft.SqlServer.Dts.Runtime.DTSExecResult

Method Details

AcquireConnection() public méthode

public AcquireConnection ( object txn ) : object
txn object
Résultat object

RabbitMQConnectionManager() public méthode

public RabbitMQConnectionManager ( ) : System
Résultat System

ReleaseConnection() public méthode

public ReleaseConnection ( object connection ) : void
connection object
Résultat void

Validate() public méthode

public Validate ( Microsoft infoEvents ) : Microsoft.SqlServer.Dts.Runtime.DTSExecResult
infoEvents Microsoft
Résultat Microsoft.SqlServer.Dts.Runtime.DTSExecResult