IDTSPackage100.CreationDate Propriété

Définition

Obtient ou définit la date et l'heure de création du package.

public:
 property DateTime CreationDate { DateTime get(); void set(DateTime value); };
[System.Runtime.InteropServices.DispId(42)]
public DateTime CreationDate { [System.Runtime.InteropServices.DispId(42)] get; [System.Runtime.InteropServices.DispId(42)] set; }
[<System.Runtime.InteropServices.DispId(42)>]
[<get: System.Runtime.InteropServices.DispId(42)>]
[<set: System.Runtime.InteropServices.DispId(42)>]
member this.CreationDate : DateTime with get, set
Public Property CreationDate As DateTime

Valeur de propriété

Date et heure de création du package.

Attributs

Remarques

Cette interface est implémentée par les interfaces Package et PackageNeutral.

S’applique à