Condividi tramite


Proprietà MajorObject.LastSchemaUpdate

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Property LastSchemaUpdate As DateTime 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

MajorObject Classe

Spazio dei nomi Microsoft.AnalysisServices