C# Class SSIS.Extensions.ZipTask.ZipTask

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 specified action based on settings.

IDTSComponentPersist ( System node, IDTSInfoEvents infoEvents ) : void

Loads settings from XML.

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

Validates the specified connections.

ZipTask ( ) : System

Initializes a new instance of the ZipTask class.

Method Details

Execute() public méthode

Executes the specified action 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.
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

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

ZipTask() public méthode

Initializes a new instance of the ZipTask class.
public ZipTask ( ) : System
Résultat System