Compartilhar via


Propriedade do RDL MajorObject.LastSchemaUpdate

Gets or sets the date and time when current object schema was last updated.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Property LastSchemaUpdate As DateTime 
    Get 
    Set
'Uso
Dim instance As MajorObject 
Dim value As DateTime 

value = instance.LastSchemaUpdate

instance.LastSchemaUpdate = value
public DateTime LastSchemaUpdate { get; set; }
public:
property DateTime LastSchemaUpdate {
    DateTime get ();
    void set (DateTime value);
}
member LastSchemaUpdate : DateTime with get, set
function get LastSchemaUpdate () : DateTime 
function set LastSchemaUpdate (value : DateTime)

Valor da propriedade

Tipo: System.DateTime
A System.DateTime value with the date and time when current object schema was last updated.

Consulte também

Referência

MajorObject Classe

Namespace Microsoft.AnalysisServices