Proprietà IDTSPackageInfo100.CreationDate

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

For more information, see PackageInfo.

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

Sintassi

'Dichiarazione
ReadOnly Property CreationDate As DateTime 
    Get
'Utilizzo
Dim instance As IDTSPackageInfo100 
Dim value As DateTime 

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

Valore proprietà

Tipo: System.DateTime

Vedere anche

Riferimento

IDTSPackageInfo100 Interfaccia

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