Compartilhar via


Propriedade do RDL ForEachLoopClass.StartTime

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 da propriedade

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

Implementa

IDTSExecutionMetrics100.StartTime

Consulte também

Referência

ForEachLoopClass Classe

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper