IDTSPackage100.CertificateObject 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 ou définit le package de certificat du package.
public:
property System::Object ^ CertificateObject { System::Object ^ get(); void set(System::Object ^ value); };
[System.Runtime.InteropServices.DispId(55)]
public object CertificateObject { [System.Runtime.InteropServices.DispId(55)] get; [System.Runtime.InteropServices.DispId(55)] set; }
[<System.Runtime.InteropServices.DispId(55)>]
[<get: System.Runtime.InteropServices.DispId(55)>]
[<set: System.Runtime.InteropServices.DispId(55)>]
member this.CertificateObject : obj with get, set
Public Property CertificateObject As Object
Valeur de propriété
Package de certificat du package.
- Attributs
Remarques
Cette interface est implémentée par les interfaces Package et PackageNeutral.