Proprietà PackageFormatVersion

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

For more information, see Package.

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

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property PackageFormatVersion As Integer
    Get
'Utilizzo
Dim instance As PackageClass
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

Valore proprietà

Tipo: System. . :: . .Int32

Implementa

IDTSPackage100. . :: . .PackageFormatVersion