Свойство Operation.CreatedTime

Gets the create time of the operation.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property CreatedTime As Nullable(Of DateTimeOffset)
    Get
'Применение
Dim instance As Operation 
Dim value As Nullable(Of DateTimeOffset)

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

Значение свойства

Тип: System.Nullable<DateTimeOffset>
The create time of the operation.

См. также

Справочник

Operation Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices