MajorObject.Refresh Method
Updates current object from server definitions.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Refresh
'Usage
Dim instance As MajorObject
instance.Refresh()
public void Refresh()
public:
virtual void Refresh() sealed
abstract Refresh : unit -> unit
override Refresh : unit -> unit
public final function Refresh()
Remarks
If current object on the server has changed, the new definition will be instantiated.