Operation.GetLatestMessages(DateTime) Metodo

Definizione

Ottiene il messaggio più recente per l'operazione.

public:
 System::Collections::Generic::List<Microsoft::SqlServer::Management::IntegrationServices::OperationMessage ^> ^ GetLatestMessages(DateTime timestamp);
public System.Collections.Generic.List<Microsoft.SqlServer.Management.IntegrationServices.OperationMessage> GetLatestMessages (DateTime timestamp);
member this.GetLatestMessages : DateTime -> System.Collections.Generic.List<Microsoft.SqlServer.Management.IntegrationServices.OperationMessage>
Public Function GetLatestMessages (timestamp As DateTime) As List(Of OperationMessage)

Parametri

timestamp
DateTime

Il timestamp.

Restituisce

Messaggio più recente per l'operazione.

Si applica a