ForLoopClass.StartTime 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

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

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
Public Overridable ReadOnly Default Property StartTime As DateTime 
    Get
用法
Dim instance As ForLoopClass 
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

属性值

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

实现

IDTSExecutionMetrics100.StartTime

请参阅

参考

ForLoopClass 类

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间