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

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

공개 메소드들

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

메소드 상세

Execute() 공개 메소드

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

IDTSComponentPersist() 공개 메소드

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

SFTPTask() 공개 메소드

public SFTPTask ( ) : Microsoft.SqlServer.Dts.Runtime
리턴 Microsoft.SqlServer.Dts.Runtime

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