Freigeben über


CollectionSet.GetLastUploadTime-Methode

Gets the last time that collection set data was uploaded.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Syntax

'Declaration
Public Function GetLastUploadTime As DateTime
'Usage
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

Rückgabewert

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

Hinweise

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

Siehe auch

Verweis

CollectionSet Klasse

Microsoft.SqlServer.Management.Collector-Namespace