Share via


Operation.GetLatestMessages Method

Gets the latest message for the operation.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public Function GetLatestMessages ( _
    timestamp As DateTime _
) As List(Of OperationMessage)
'Usage
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>

Parameters

Return Value

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

See Also

Reference

Operation Class

Microsoft.SqlServer.Management.IntegrationServices Namespace