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 current object from server definitions. |
Refresh(Boolean, RefreshType) |
Updates current object from server definitions and loaded dependent objects if specified. |
Refresh()
Updates current object from server definitions.
public void Refresh ();
abstract member Refresh : unit -> unit
Public Sub Refresh ()
Remarks
This API supports the product infrastructure and is not intended to be used directly from your code.
Applies to
Refresh(Boolean, RefreshType)
Updates current object from server definitions and loaded dependent objects 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
A Boolean value to refresh dependent objects if true.
- type
- RefreshType
A RefreshType vale that determines which dependent objects to refresh.