Operation.EndTime 属性

Gets the end time of the operation.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property EndTime As Nullable(Of DateTimeOffset)
    Get
用法
Dim instance As Operation 
Dim value As Nullable(Of DateTimeOffset)

value = instance.EndTime
[SfcPropertyAttribute(Data = true)]
public Nullable<DateTimeOffset> EndTime { get; }
[SfcPropertyAttribute(Data = true)]
public:
property Nullable<DateTimeOffset> EndTime {
    Nullable<DateTimeOffset> get ();
}
[<SfcPropertyAttribute(Data = true)>]
member EndTime : Nullable<DateTimeOffset>
function get EndTime () : Nullable<DateTimeOffset>

属性值

类型:System.Nullable<DateTimeOffset>
The end time of the operation.

请参阅

参考

Operation 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间