PackageType Property

DTS Programming

DTS Programming

PackageType Property

The PackageType property sets or returns a code that identifies the tool that created the Data Transformation Services (DTS) package.

Applies To
Package2 Object PackageInfo Object
Syntax

object.PackageType [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Code that identifies the tool that created the package

Data Type

DTSPackageType

Modifiable

Read/write

Prototype (C/C++)

HRESULT PackageType(DTSPackageType* pRetVal);

HRESULT PackageType(DTSPackageType pRetVal);

Remarks

The valid values for this property are defined by the DTSPackageType constants.

See Also

CreatorComputerName Property

PackagePriorityClass Property