CollectionSet.GetLastUploadTime 方法

Gets the last time that collection set data was uploaded.

命名空间:  Microsoft.SqlServer.Management.Collector
程序集:  Microsoft.SqlServer.Management.Collector(在 Microsoft.SqlServer.Management.Collector.dll 中)

语法

声明
Public Function GetLastUploadTime As DateTime
用法
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

返回值

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

注释

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

请参阅

参考

CollectionSet 类

Microsoft.SqlServer.Management.Collector 命名空间