Share via


OperationMessage.MessageTime Property

Gets the create time of the message.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property MessageTime As DateTimeOffset 
    Get
'Usage
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

Property Value

Type: System.DateTimeOffset
The create time of the message.

See Also

Reference

OperationMessage Class

Microsoft.SqlServer.Management.IntegrationServices Namespace