Método IMajorObject.Update
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Updates server definition of current object to actual values using the default values to updates dependent objects.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Sub Update
'Uso
Dim instance As IMajorObject
instance.Update()
void Update()
void Update()
abstract Update : unit -> unit
function Update()