Share via


Operation.GetLatestMessages(DateTime) Método

Definición

Obtiene el mensaje más reciente para 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

la marca de tiempo.

Devoluciones

Último mensaje de la operación.

Se aplica a