CubeDef.LastProcessed Property
Gets the date and time on which the CubeDef was last processed.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (in msmgdsrv.dll)
Sintaxis
'Declaración
Public ReadOnly Property LastProcessed As DateTime
public DateTime LastProcessed { get; }
public:
virtual property DateTime LastProcessed {
DateTime get () sealed;
}
/** @property */
public final DateTime get_LastProcessed ()
public final function get LastProcessed () : DateTime
Valor de propiedad
A DateTime that contains the date on which the CubeDef was last processed.
Notas
The value of this property is the local system time, derived from the value of the LAST_DATA_UPDATE column of the CUBES schema rowset for the specified cube.
Seguridad para subprocesos
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdServer Namespace