PackageClass.PackageFormatVersion Property
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see 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 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
Property Value
Type: System.Int32