Operation.GetLatestMessages(DateTime) 메서드

정의

작업의 최근 메시지를 가져옵니다.

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)

매개 변수

timestamp
DateTime

타임스탬프입니다.

반환

작업에 대한 최근 메시지입니다.

적용 대상