Metodo CollectionSet.GetLastUploadTime

Gets the last time that collection set data was uploaded.

Spazio dei nomi  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Sintassi

'Dichiarazione
Public Function GetLastUploadTime As DateTime
'Utilizzo
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

Valore restituito

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

Osservazioni

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

Vedere anche

Riferimento

CollectionSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Collector