Partager via


LastSchemaUpdate propriété

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property LastSchemaUpdate As DateTime
    Get
    Set
'Utilisation
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)

Valeur de la propriété

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