C# Класс SSIS.Extensions.ZipTask.ZipTask

Наследование: Microsoft.SqlServer.Dts.Runtime.Task, IDTSComponentPersist
Показать файл Открыть проект

Открытые методы

Метод Описание
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