PackageInfo::Flags Property
Gets an enumeration that describes whether the package is a folder or package. This property is read-only.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime::DTSPackageInfoFlagsA value from the DTSPackageInfoFlags enumeration.
The following code example loads a sample package, saves the package to the service, and then retrieves the packages and iterates through the properties.
Sample Output:
Package Information
CreationDate: 3/24/2008 5:21:51 PM
Description:
Flags: Package
Folder: File System
Name: myp1Package
PackageDataSize: 0
PackageGuid:
VersionBuild: 0
VersionComments
VersionGUID
VersionMajor 0
VersionMinor 0
Show: