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.