Share via


CollectionSet.GetLastUploadTime メソッド

前回コレクション セットのデータがアップロードされた時刻を取得します。

名前空間:  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
前回コレクション セットのデータがアップロードされた時刻を示す DateTime オブジェクトです。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

関連項目

参照

CollectionSet クラス

Microsoft.SqlServer.Management.Collector 名前空間