Compartir a través de


IDTSPackage100.CreationDate Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the date and time that the package was created.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Property CreationDate As DateTime 
    Get 
    Set
'Uso
Dim instance As IDTSPackage100 
Dim value As DateTime 

value = instance.CreationDate

instance.CreationDate = value
DateTime CreationDate { get; set; }
property DateTime CreationDate {
    DateTime get ();
    void set (DateTime value);
}
abstract CreationDate : DateTime with get, set
function get CreationDate () : DateTime 
function set CreationDate (value : DateTime)

Valor de la propiedad

Tipo: System.DateTime
The date and time that the package was created.

Comentarios

This interface is implemented by the Package and PackageNeutral interfaces.

Vea también

Referencia

IDTSPackage100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper