PackageInfo::Flags Property

 

Gets an enumeration that describes whether the package is a folder or package. This property is read-only.

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

public:
property DTSPackageInfoFlags Flags {
	DTSPackageInfoFlags get();
}

Property Value

Type: Microsoft.SqlServer.Dts.Runtime::DTSPackageInfoFlags

A 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.

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

Description:

Flags: Package

Folder: File System

Name: myp1Package

PackageDataSize: 0

PackageGuid:

VersionBuild: 0

VersionComments

VersionGUID

VersionMajor 0

VersionMinor 0

Return to top
Show: