Proprietà PackageNeutralClass.PackageType

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable Property PackageType As DTSPackageType 
    Get 
    Set
'Utilizzo
Dim instance As PackageNeutralClass 
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)

Valore proprietà

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

Implementa

IDTSPackage100.PackageType

Osservazioni

For more information, see Package.

Vedere anche

Riferimento

PackageNeutralClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper