Compartir a través de


CollectionSet.GetLastUploadTime Método

Gets the last time that collection set data was uploaded.

Espacio de nombres:  Microsoft.SqlServer.Management.Collector
Ensamblado:  Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)

Sintaxis

'Declaración
Public Function GetLastUploadTime As DateTime
'Uso
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

Valor devuelto

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

Comentarios

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

Vea también

Referencia

CollectionSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Collector