IDTSPackage100.PackageFormatVersion Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la version de format du 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
Valeur de propriété
Version de format du package.
- Attributs
Remarques
Cette interface est implémentée par les interfaces Package et PackageNeutral.