इसके माध्यम से साझा किया गया


PackageClass.PackageType Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see 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)

Implements

IDTSPackage100.PackageType