Свойство 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