Condividi tramite


Proprietà IDTSPackage100.CreationDate

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property CreationDate As DateTime 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Osservazioni

This interface is implemented by the Package and PackageNeutral interfaces.

Vedere anche

Riferimento

IDTSPackage100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper