Proprietà PackageRemote32Class.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
Public Overridable Property CreationDate As DateTime 
    Get 
    Set
'Utilizzo
Dim instance As PackageRemote32Class 
Dim value As DateTime 

value = instance.CreationDate

instance.CreationDate = value
public virtual DateTime CreationDate { get; set; }
public:
virtual property DateTime CreationDate {
    DateTime get ();
    void set (DateTime value);
}
abstract CreationDate : DateTime with get, set 
override 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.

Implementa

IDTSPackage100.CreationDate

Vedere anche

Riferimento

PackageRemote32Class Classe

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