Condividi tramite


Metodo Server.GetLastSchemaUpdate

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Retrieves the date and time when the specified object schema was last updated.

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

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public Function GetLastSchemaUpdate ( _
    obj As IMajorObject _
) As DateTime
'Utilizzo
Dim instance As Server 
Dim obj As IMajorObject 
Dim returnValue As DateTime 

returnValue = instance.GetLastSchemaUpdate(obj)
[BrowsableAttribute(false)]
public DateTime GetLastSchemaUpdate(
    IMajorObject obj
)
[BrowsableAttribute(false)]
public:
DateTime GetLastSchemaUpdate(
    IMajorObject^ obj
)
[<BrowsableAttribute(false)>]
member GetLastSchemaUpdate : 
        obj:IMajorObject -> DateTime
public function GetLastSchemaUpdate(
    obj : IMajorObject
) : DateTime

Parametri

Valore restituito

Tipo: System.DateTime
The date and time when the specified object schema was last updated.

Vedere anche

Riferimento

Server Classe

Spazio dei nomi Microsoft.AnalysisServices