DTS Programming

Application Object

The Application object provides access to system properties and information about system components. It returns connections to Microsoft® SQL Server™ storage or to SQL Server 2000 Meta Data Services instances that contain Data Transformation Services (DTS) packages.

Collections
OLEDBProviderInfos Collection TaskInfos Collection
Properties Collection TransformationInfos Collection
ScriptingLanguageInfos Collection  

Properties
DesignerSettings Property Parent Property
JITDebug Property  

Methods
GetPackageRepository Method GetPackageSQLServer Method

Remarks

The Application object is not derived from another DTS component. Instead, it is created. For example, do this with the New operator in Microsoft Visual Basic®:

    Dim objDTSAppl      As DTS.Application
    . . .    
    Set objDTSAppl = New DTS.Application

The system properties accessible through the Application object are:

The system components about which information is accessible through the Application object are:

Examples

For more information about the Application object and examples of its use, see Retrieving DTS System, Package and Log Data.