PackageNeutralClass.PackageFormatVersion Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the format version of the package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property PackageFormatVersion As Integer
Get
'Usage
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
Property Value
Type: System.Int32
The format version of the package.
Implements
IDTSPackage100.PackageFormatVersion
Remarks
For more information, see Package.