IDTSPackage100.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 the package type.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPackageType PackageType { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPackageType get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSPackageType value); };
[System.Runtime.InteropServices.DispId(39)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPackageType PackageType { [System.Runtime.InteropServices.DispId(39)] get; [System.Runtime.InteropServices.DispId(39)] set; }
[<System.Runtime.InteropServices.DispId(39)>]
[<get: System.Runtime.InteropServices.DispId(39)>]
[<set: System.Runtime.InteropServices.DispId(39)>]
member this.PackageType : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPackageType with get, set
Public Property PackageType As DTSPackageType
Property Value
The package type.
- Attributes
Remarks
This interface is implemented by the Package and PackageNeutral interfaces.