IDTSPackage100.PackageFormatVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.