MajorObject.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 object from server definitions. |
Refresh(Boolean) |
Updates the object from server definitions, as well as loaded dependent objects [if specified]. |
Refresh(Boolean, RefreshType) |
Updates the object from server definitions, as well as loaded dependent objects [if specified]. |
Refresh()
Updates the object from server definitions.
public void Refresh ();
abstract member Refresh : unit -> unit
override this.Refresh : unit -> unit
Public Sub Refresh ()
Applies to
Refresh(Boolean)
Updates the object from server definitions, as well as loaded dependent objects [if specified].
public void Refresh (bool full);
member this.Refresh : bool -> unit
Public Sub Refresh (full As Boolean)
Parameters
- full
- Boolean
Specifies a Boolean value to refresh loaded dependent objects if true.
Applies to
Refresh(Boolean, RefreshType)
Updates the object from server definitions, as well as loaded dependent objects [if specified].
public void Refresh (bool full, Microsoft.AnalysisServices.RefreshType type);
abstract member Refresh : bool * Microsoft.AnalysisServices.RefreshType -> unit
override this.Refresh : bool * Microsoft.AnalysisServices.RefreshType -> unit
Public Sub Refresh (full As Boolean, type As RefreshType)
Parameters
- full
- Boolean
Specifies a Boolean value to refresh loaded dependent objects if true.
- type
- RefreshType
Specifies a RefreshType value that determines which dependent objects to refresh.