Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- timestamp
Type: System.DateTime
The timestamp.
Return Value
Type: System.Collections.Generic.List<OperationMessage>
The latest message for the operation.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace