PackageNeutralClass.PackageType Property
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.
Gets or sets a value that identifies the tool that created the package.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPackageType PackageType { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPackageType get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPackageType value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPackageType PackageType { get; set; }
member this.PackageType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPackageType with get, set
Public Overridable Property PackageType As DTSPackageType
Property Value
A value from the DTSPackageType enumeration.
Implements
Remarks
For more information, see Package.