Método Server.GetLastSchemaUpdate
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Retrieves the date and time when the specified object schema was last updated.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public Function GetLastSchemaUpdate ( _
obj As IMajorObject _
) As DateTime
'Uso
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
Parâmetros
- obj
Tipo: Microsoft.AnalysisServices.IMajorObject
The specified object schema.
Valor de retorno
Tipo: System.DateTime
The date and time when the specified object schema was last updated.