DEPRECATED: Starting with SSIS+ 1.9, the .NET scripts are no longer maintained. Use the provided JavaScript alternative scripts instead.
Average: 5 (1 vote)


Overview

Data flow source to retrieve Salesforce object updated record identifiers.


Setup

The script has the following parameters:

  • Connection - selects Salesforce connection.
  • SalesforceObject - selects Salesforce object.
  • IsStartDateVariable - indicates whether the start date is stored in a variable.
    • StartDate - specifies start date.
    • StartDateVariable - selects variable containing start date.
  • IsEndDateVariable - indicates whether the end date is stored in a variable.
    • EndDate - specifies end date.
    • EndDateVariable - selects variable containing end date.

Requirements

Depends on COZYROC Script Component Plus for implementing parameters user interface.


Related technology


Library references

  • System
  • System.Data
  • Microsoft.SqlServer.TxScript
  • Microsoft.SqlServer.PipelineHost
  • Microsoft.SqlServer.DTSPipelineWrap
  • Microsoft.SqlServer.DTSRuntimeWrap
  • Microsoft.SqlServer.ManagedDTS
  • CozyRoc.SSISPlus
  • CozyRoc.Sforce
  • System.Web.Services

ScriptMain