C# 클래스 SSIS.Extensions.ZipTask.ZipTask

상속: Microsoft.SqlServer.Dts.Runtime.Task, IDTSComponentPersist
파일 보기 프로젝트 열기: ElanHasson/SSIS-Extensions

공개 메소드들

메소드 설명
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.

메소드 상세

Execute() 공개 메소드

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.
리턴 DTSExecResult

IDTSComponentPersist() 공개 메소드

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

Validate() 공개 메소드

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.
리턴 DTSExecResult

ZipTask() 공개 메소드

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