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.