IDTSDowngradableObject100.CanDowngradeTo(Int32) Méthode
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.
Détermine si l'objet peut être rétrogradé à une version inférieure.
public:
bool CanDowngradeTo(int versionTo);
[System.Runtime.InteropServices.DispId(0)]
public bool CanDowngradeTo (int versionTo);
[<System.Runtime.InteropServices.DispId(0)>]
abstract member CanDowngradeTo : int -> bool
Public Function CanDowngradeTo (versionTo As Integer) As Boolean
Paramètres
- versionTo
- Int32
Version cible.
Retours
true si l’objet rétrogradable peut être rétrogradé vers une version inférieure ; sinon, false.
- Attributs