共用方式為


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 命名空間