C# Class SSIS.Extensions.ZipTask.ZipTask

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 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 method

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.
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

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

ZipTask() public method

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