Operation.GetLatestMessages Método
Gets the latest message for the operation.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
Public Function GetLatestMessages ( _
timestamp As DateTime _
) As List(Of OperationMessage)
'Uso
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>
Parámetros
- timestamp
Tipo: System.DateTime
The timestamp.
Valor devuelto
Tipo: System.Collections.Generic.List<OperationMessage>
The latest message for the operation.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices