Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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)
Property Value
Type: System.DateTime
A System.DateTime value with the date and time when current object schema was last updated.