de la propiedad CubeSettingsDataSet.CubeSettingsRow.WADMIN_CUBE_LOG_STATUS_TIMESTAMP
Obtiene la fecha y la hora cuando el registro del cubo de administración se tuvo acceso más reciente.
Espacio de nombres: WebSvcCubeAdmin
Ensamblado: ProjectServerServices (en ProjectServerServices.dll)
Sintaxis
'Declaración
Public Property WADMIN_CUBE_LOG_STATUS_TIMESTAMP As DateTime
Get
Set
'Uso
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As DateTime
value = instance.WADMIN_CUBE_LOG_STATUS_TIMESTAMP
instance.WADMIN_CUBE_LOG_STATUS_TIMESTAMP = value
public DateTime WADMIN_CUBE_LOG_STATUS_TIMESTAMP { get; set; }
Valor de propiedad
Tipo: System.DateTime
Vea también
Referencia
clase CubeSettingsDataSet.CubeSettingsRow