Condividi tramite


Proprietà OperationMessage.MessageTime

Gets the create time of the message.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

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

Valore proprietà

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

Vedere anche

Riferimento

OperationMessage Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices