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

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

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

Метод Описание
Execute ( Connections connections, VariableDispenser variableDispenser, IDTSComponentEvents componentEvents, IDTSLogging log, object transaction ) : DTSExecResult

Executes the specified actions based on settings.

IDTSComponentPersist ( System node, IDTSInfoEvents infoEvents ) : void

Loads settings from XML.

PGPTask ( ) : System

Initializes a new instance of the PGPTask class.

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

Validates the specified connections.

Описание методов

Execute() публичный Метод

Executes the specified actions 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

PGPTask() публичный Метод

Initializes a new instance of the PGPTask class.
public PGPTask ( ) : System
Результат System

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