DTSPackageInfoFlags Enumeration

 

Describes whether a package is a folder or package. It is used for setting a valid value in the Flags property.

Namespace:   Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

public enum class DTSPackageInfoFlags

Member nameDescription
Folder

This is a folder.

Package

This is a package.

The following code example loads a sample package and displays some package properties, including the Flags property, which returns a value from this enumeration.

No code example is currently available or this language may not be supported.

Sample Output:

Package Information

CreationDate: 3/24/2008 5:21:51 PM

Flags: Package

Folder: File System

Name: myp1Package

Return to top
Show: