Operation.GetLatestMessages(DateTime) Metodo

Definizione

Riceve l'ultimo messaggio 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

Timestamp.

Valori restituiti

L'ultimo messaggio per l'operazione.

Si applica a