Megosztás:


PackageRemote64Class.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 PackageRemote64Class 
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

See Also

Reference

PackageRemote64Class Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace