The PackageType property sets or returns a code that identifies the tool that created the Data Transformation Services (DTS) package.
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 |
Read/write
HRESULT PackageType(DTSPackageType* pRetVal);
HRESULT PackageType(DTSPackageType pRetVal);
The valid values for this property are defined by the DTSPackageType constants.