LastSchemaUpdate-Eigenschaft
Gets or sets the date and time when current object schema was last updated.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property LastSchemaUpdate As DateTime
Get
Set
'Usage
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)
Eigenschaftenwert
Typ: System. . :: . .DateTime
A System.DateTime value with the date and time when current object schema was last updated.