Compartir a través de


ForEachLoopClass.StartTime Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the time that the container began execution. This property is read-only.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable ReadOnly Default Property StartTime As DateTime 
    Get
'Uso
Dim instance As ForEachLoopClass 
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

Valor de la propiedad

Tipo: System.DateTime
A DateTime value that indicates when the container started running.

Implementa

IDTSExecutionMetrics100.StartTime

Vea también

Referencia

ForEachLoopClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper