Lenguaje

Operation.GetLatestMessages(DateTime) Método

Definición

Recibe el último mensaje de la operación.

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)

Parámetros

timestamp
DateTime

Marca de tiempo.

Devoluciones

El último mensaje de la operación.

Se aplica a