Share via


PackageClass.PackageType Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets a value that identifies the tool that created the package.

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

Syntax

'Declaration
Public Overridable Property PackageType As DTSPackageType 
    Get 
    Set
'Usage
Dim instance As PackageClass 
Dim value As DTSPackageType 

value = instance.PackageType

instance.PackageType = value
public virtual DTSPackageType PackageType { get; set; }
public:
virtual property DTSPackageType PackageType {
    DTSPackageType get ();
    void set (DTSPackageType value);
}
abstract PackageType : DTSPackageType with get, set 
override PackageType : DTSPackageType with get, set
function get PackageType () : DTSPackageType 
function set PackageType (value : DTSPackageType)

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSPackageType
A value from the DTSPackageType enumeration.

Implements

IDTSPackage100.PackageType

Remarks

For more information, see Package.

See Also

Reference

PackageClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace