Método Operation.GetLatestMessages
Gets the latest message for the operation.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
Public Function GetLatestMessages ( _
timestamp As DateTime _
) As List(Of OperationMessage)
'Uso
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>
Parâmetros
- timestamp
Tipo: System.DateTime
The timestamp.
Valor de retorno
Tipo: System.Collections.Generic.List<OperationMessage>
The latest message for the operation.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices