In Chapters 13 and 14, we implemented GeneralView and SettingsView. In this chapter, we implement additional SettingsNode properties – Use32bit, Synchronized, and LoggingLevel. Adding the SourceConnection property was intense, so we begin this chapter by adding one straightforward and simple property implementation: User32bit. Be forewarned, the intensity increases.
Specifying a 32-Bit Interface
SSIS is provider-agnostic, which means SSIS can connect with just about any data provider installed on a server. ...