IMajorObject.Refresh Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- type
- RefreshType