Compartir a través de


PackageNeutralClass.PackageType Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable Property PackageType As DTSPackageType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Implementa

IDTSPackage100.PackageType

Comentarios

For more information, see Package.

Vea también

Referencia

PackageNeutralClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper