Compartir a través de


PackageNeutralClass.PackageFormatVersion Propiedad

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

Gets the format version of the package.

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

Sintaxis

'Declaración
Public Overridable ReadOnly Property PackageFormatVersion As Integer 
    Get
'Uso
Dim instance As PackageNeutralClass 
Dim value As Integer 

value = instance.PackageFormatVersion
public virtual int PackageFormatVersion { get; }
public:
virtual property int PackageFormatVersion {
    int get ();
}
abstract PackageFormatVersion : int 
override PackageFormatVersion : int
function get PackageFormatVersion () : int

Valor de la propiedad

Tipo: System.Int32
The format version of the package.

Implementa

IDTSPackage100.PackageFormatVersion

Comentarios

For more information, see Package.

Vea también

Referencia

PackageNeutralClass Clase

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