Compartir a través de


IDTSPackage100.CreationDate Propiedad

Definición

Obtiene o establece la fecha y hora en que se creó el paquete.

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

Valor de propiedad

La fecha y hora en que se creó el paquete.

Atributos

Comentarios

Las interfaces Package y PackageNeutral implementan esta interfaz.

Se aplica a