Share via


IMajorObject.Refresh Method

Definition

Overloads

Refresh()

Updates the current object to use values obtained from the server.

Refresh(Boolean, RefreshType)

Updates the current object to use values obtained from the server and loads dependent values, if specified.

Refresh()

Updates the current object to use values obtained from the server.

public void Refresh ();
abstract member Refresh : unit -> unit
Public Sub Refresh ()

Applies to

Refresh(Boolean, RefreshType)

Updates the current object to use values obtained from the server and loads dependent values, if specified.

public void Refresh (bool full, Microsoft.AnalysisServices.RefreshType type);
abstract member Refresh : bool * Microsoft.AnalysisServices.RefreshType -> unit
Public Sub Refresh (full As Boolean, type As RefreshType)

Parameters

full
Boolean

Applies to