PackageInfos Collection

DTS Programming

DTS Programming

PackageInfos Collection

The PackageInfos collection contains PackageInfo objects that provide information about a DTS package stored in Microsoft® SQL Server™ 2000 Meta Data Services or SQL Server storage.

Properties
EOF Property
Methods
Next Method
Remarks

Use the EnumPackageInfos method of the PackageRepository or PackageSQLServer objects to return the PackageInfos collection.

Iterate through the objects of the PackageInfos collection by checking the EOF property after calling the Next method. If EOF is TRUE, Next will have returned Nothing and all the elements will have been fetched. You can also use For Each ... Next in Microsoft Visual Basic®.

See Also

EnumPackageInfos Method

PackageInfo Object

PackageRepository Object

PackageSQLServer Object

Retrieving DTS System, Package and Log Data