Operation.GetLatestMessages 方法

Gets the latest message for the operation.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public Function GetLatestMessages ( _
    timestamp As DateTime _
) As List(Of OperationMessage)
用法
Dim instance As Operation 
Dim timestamp As DateTime 
Dim returnValue As List(Of OperationMessage)

returnValue = instance.GetLatestMessages(timestamp)
public List<OperationMessage> GetLatestMessages(
    DateTime timestamp
)
public:
List<OperationMessage^>^ GetLatestMessages(
    DateTime timestamp
)
member GetLatestMessages : 
        timestamp:DateTime -> List<OperationMessage> 
public function GetLatestMessages(
    timestamp : DateTime
) : List<OperationMessage>

参数

返回值

类型:System.Collections.Generic.List<OperationMessage>
The latest message for the operation.

请参阅

参考

Operation 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间