言語

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

タイムスタンプ。

返品

作戦の最新メッセージだ。

適用対象