MajorObject.Refresh Method

Definition

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.

Applies to