ForLoopClass.StopTime 属性

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

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

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

语法

声明
Public Overridable ReadOnly Property StopTime As DateTime 
    Get
用法
Dim instance As ForLoopClass 
Dim value As DateTime 

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

属性值

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

实现

IDTSExecutionMetrics100.StopTime

请参阅

参考

ForLoopClass 类

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