Condividi tramite


Proprietà TaskHostClass.StartTime

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

Gets the time that the container began execution.

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

Sintassi

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

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

Valore proprietà

Tipo: System.DateTime
The time that the container began execution.

Implementa

IDTSExecutionMetrics100.StartTime

Vedere anche

Riferimento

TaskHostClass Classe

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