Operation.GetLatestMessages 메서드

Gets the latest message for the operation.

네임스페이스:  Microsoft.SqlServer.Management.IntegrationServices
어셈블리:  Microsoft.SqlServer.Management.IntegrationServices(Microsoft.SqlServer.Management.IntegrationServices.dll)

구문

‘선언
Public Function GetLatestMessages ( _
    timestamp As DateTime _
) As List(Of OperationMessage)
‘사용 방법
Dim instance As Operation 
Dim timestamp As DateTime 
Dim returnValue As List(Of OperationMessage)

returnValue = instance.GetLatestMessages(timestamp)
public List<OperationMessage> GetLatestMessages(
    DateTime timestamp
)
public:
List<OperationMessage^>^ GetLatestMessages(
    DateTime timestamp
)
member GetLatestMessages : 
        timestamp:DateTime -> List<OperationMessage> 
public function GetLatestMessages(
    timestamp : DateTime
) : List<OperationMessage>

매개 변수

반환 값

유형: System.Collections.Generic.List<OperationMessage>
The latest message for the operation.

참고 항목

참조

Operation 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스