IDTSPackage100.PackageFormatVersion Property

Definition

Gets the format version of the package.

public:
 property int PackageFormatVersion { int get(); };
[System.Runtime.InteropServices.DispId(84)]
public int PackageFormatVersion { [System.Runtime.InteropServices.DispId(84)] get; }
[<System.Runtime.InteropServices.DispId(84)>]
[<get: System.Runtime.InteropServices.DispId(84)>]
member this.PackageFormatVersion : int
Public ReadOnly Property PackageFormatVersion As Integer

Property Value

The format version of the package.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to