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.