C# Class SSIS.Extensions.SFTPTask.SFTPTask

Inheritance: Microsoft.SqlServer.Dts.Runtime.Task, IDTSComponentPersist
Afficher le fichier Open project: ElanHasson/SSIS-Extensions

Méthodes publiques

Méthode 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 méthode

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.
Résultat DTSExecResult

IDTSComponentPersist() public méthode

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

SFTPTask() public méthode

public SFTPTask ( ) : Microsoft.SqlServer.Dts.Runtime
Résultat Microsoft.SqlServer.Dts.Runtime

Validate() public méthode

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.
Résultat DTSExecResult