Compartilhar via


CubeSettingsDataSet.CubeSettingsRow.WADMIN_AUTO_LAST_RUN property

Obtém a data e hora em que o cubo de atribuição ou o cubo de recurso foi última criado automaticamente pelo processo de geração do cubo incorporado ao Project Server e Project Web App.

Namespace:  WebSvcCubeAdmin
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaração
Public Property WADMIN_AUTO_LAST_RUN As DateTime
    Get
    Set
'Uso
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As DateTime

value = instance.WADMIN_AUTO_LAST_RUN

instance.WADMIN_AUTO_LAST_RUN = value
public DateTime WADMIN_AUTO_LAST_RUN { get; set; }

Property value

Type: System.DateTime

Comentários

Esse campo não é alterado por atualizações manuais.

Ver também

Referência

CubeSettingsDataSet.CubeSettingsRow class

CubeSettingsDataSet.CubeSettingsRow members

WebSvcCubeAdmin namespace