Свойство OperationMessage.MessageTime

Gets the create time of the message.

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

Синтаксис

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

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

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

Тип: System.DateTimeOffset
The create time of the message.

См. также

Справочник

OperationMessage Класс

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