C# Class SSIS.Extensions.SFTPTask.SFTPTask

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 action based on seleted options.

IDTSComponentPersist ( System node, IDTSInfoEvents infoEvents ) : void

Loads settings from XML.

SFTPTask ( ) : Microsoft.SqlServer.Dts.Runtime
Validate ( Connections connections, VariableDispenser variableDispenser, IDTSComponentEvents componentEvents, IDTSLogging log ) : DTSExecResult

Validates the specified connections.

Method Details

Execute() public method

Executes the action based on seleted options.
Data Set Variable Must Contain a Valid List Object.
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

SFTPTask() public method

public SFTPTask ( ) : Microsoft.SqlServer.Dts.Runtime
return Microsoft.SqlServer.Dts.Runtime

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