Proprietà PackageNeutralClass.StartTime

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

Gets the time when the package starts execution.

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

Sintassi

'Dichiarazione
Public Overridable ReadOnly Default Property StartTime As DateTime 
    Get
'Utilizzo
Dim instance As PackageNeutralClass 
Dim value As DateTime 

value = instance
public virtual DateTime this { get; }
public:
virtual property DateTime default {
    DateTime get ();
}
abstract StartTime : DateTime 
override StartTime : DateTime
function get StartTime () : DateTime

Valore proprietà

Tipo: System.DateTime
The time when the package starts execution.

Implementa

IDTSExecutionMetrics100.StartTime

Osservazioni

For more information, see Package.

Vedere anche

Riferimento

PackageNeutralClass Classe

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