CollectionSet.GetLastUploadTime Method
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
Return Value
Type: System.DateTime
A DateTime object that specifies when the collection set data was uploaded.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.