DTSPackageInformationFlags Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes whether a package is a folder or package. It is used for setting a valid value in the Flags property.
public enum class DTSPackageInformationFlags
public enum DTSPackageInformationFlags
type DTSPackageInformationFlags =
Public Enum DTSPackageInformationFlags
- Inheritance
-
DTSPackageInformationFlags
Fields
Name | Value | Description |
---|---|---|
DTSPIF_FOLDER | 0 | This is a folder. |
DTSPIF_PACKAGE | 1 | This is a package. |
Remarks
For more information, see DTSPackageInfoFlags.