Partager via


Méthode CollectionSet.GetLastUploadTime

Gets the last time that collection set data was uploaded.

Espace de noms :  Microsoft.SqlServer.Management.Collector
Assembly :  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Syntaxe

'Déclaration
Public Function GetLastUploadTime As DateTime
'Utilisation
Dim instance As CollectionSet 
Dim returnValue As DateTime 

returnValue = instance.GetLastUploadTime()
public DateTime GetLastUploadTime()
public:
DateTime GetLastUploadTime()
member GetLastUploadTime : unit -> DateTime
public function GetLastUploadTime() : DateTime

Valeur de retour

Type : System.DateTime
A DateTime object that specifies when the collection set data was uploaded.

Notes

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Voir aussi

Référence

CollectionSet Classe

Espace de noms Microsoft.SqlServer.Management.Collector