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.
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: