Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the latest message for the operation.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Function GetLatestMessages ( _
timestamp As DateTime _
) As List(Of OperationMessage)
'Usage
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>
Parameters
- timestamp
Type: System.DateTime
The timestamp.
Return Value
Type: System.Collections.Generic.List<OperationMessage>
The latest message for the operation.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace