Dataset Destination

Your rating: None Average: 2 (1 vote)

Overview

Destination data flow component, loading specified input into in-memory ADO.NET DataSet object. You can use this as alternative to the standard Recordset destination. It has the following parameters:

  • DataSetVariable – variable used to store dataset object.
  • TableName – table name in dataset. This is optional.

Requirements

Depends on CozyRoc Script Component Plus component for implementing parameters user interface.
Requires installation of CozyRoc SSIS+ 1.4 library.

Library references

  • System
  • System.Data
  • Microsoft.SqlServer.TxScript
  • Microsoft.SqlServer.PipelineHost
  • Microsoft.SqlServer.DTSPipelineWrap
  • Microsoft.SqlServer.DTSRuntimeWrap
  • Microsoft.SqlServer.ManagedDTS
  • CozyRoc.SSISPlus
  • System.XML

ScriptMain