Condividi tramite


Metodo Update (UpdateOptions)

Updates server definition of current object to actual values using the specified options to update dependent objects.

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

Sintassi

'Dichiarazione
Public Sub Update ( _
    options As UpdateOptions _
)
'Utilizzo
Dim instance As MajorObject
Dim options As UpdateOptions

instance.Update(options)
public void Update(
    UpdateOptions options
)
public:
void Update(
    UpdateOptions options
)
member Update : 
        options:UpdateOptions -> unit 
public function Update(
    options : UpdateOptions
)

Parametri