OperationMessage.MessageTime Propiedad
Gets the create time of the message.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property MessageTime As DateTimeOffset
Get
'Uso
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
Valor de la propiedad
Tipo: System.DateTimeOffset
The create time of the message.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices