Update Método (UpdateOptions)
Updates server definition of current object to actual values using the specified options to update dependent objects.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub Update ( _
options As UpdateOptions _
)
'Uso
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
)
Parámetros
- options
Tipo: Microsoft.AnalysisServices. . :: . .UpdateOptions
Specifies an UpdateOptions value that determines how to update dependent objects.
Vea también