DTSPackageInformationFlags Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Describes whether a package is a folder or package. It is used for setting a valid value in the Flags property.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| DTSPIF_FOLDER | This is a folder. | |
| DTSPIF_PACKAGE | This is a package. |
For more information, see DTSPackageInfoFlags.
Show: