C# Class SSIS.Extensions.PGPTask.PGPTask

Inheritance: Microsoft.SqlServer.Dts.Runtime.Task, IDTSComponentPersist
显示文件 Open project: ElanHasson/SSIS-Extensions

Public Methods

Method Description
Execute ( Connections connections, VariableDispenser variableDispenser, IDTSComponentEvents componentEvents, IDTSLogging log, object transaction ) : DTSExecResult

Executes the specified actions based on settings.

IDTSComponentPersist ( System node, IDTSInfoEvents infoEvents ) : void

Loads settings from XML.

PGPTask ( ) : System

Initializes a new instance of the PGPTask class.

Validate ( Connections connections, VariableDispenser variableDispenser, IDTSComponentEvents componentEvents, IDTSLogging log ) : DTSExecResult

Validates the specified connections.

Method Details

Execute() public method

Executes the specified actions based on settings.
public Execute ( Connections connections, VariableDispenser variableDispenser, IDTSComponentEvents componentEvents, IDTSLogging log, object transaction ) : DTSExecResult
connections Connections The connections.
variableDispenser VariableDispenser The variable dispenser.
componentEvents IDTSComponentEvents The component events.
log IDTSLogging The log.
transaction object The transaction.
return DTSExecResult

IDTSComponentPersist() public method

Loads settings from XML.
public IDTSComponentPersist ( System node, IDTSInfoEvents infoEvents ) : void
node System The node.
infoEvents IDTSInfoEvents The info events.
return void

PGPTask() public method

Initializes a new instance of the PGPTask class.
public PGPTask ( ) : System
return System

Validate() public method

Validates the specified connections.
public Validate ( Connections connections, VariableDispenser variableDispenser, IDTSComponentEvents componentEvents, IDTSLogging log ) : DTSExecResult
connections Connections The connections.
variableDispenser VariableDispenser The variable dispenser.
componentEvents IDTSComponentEvents The component events.
log IDTSLogging The log.
return DTSExecResult