Proprietà EventHandlerClass.StartTime
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the time when the container starts execution. This property is read-only.
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 EventHandlerClass
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
A DateTime value that represents the date and time when the container starts execution.
Implementa
IDTSExecutionMetrics100.StartTime