Compartilhar via


Operation.GetLatestMessages(DateTime) Método

Definição

Obtém a mensagem mais recente da operação.

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

o carimbo de data/hora.

Retornos

A mensagem mais recente da operação.

Aplica-se a