IMajorObject.Refresh Method (Boolean, RefreshType)
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Updates current object from server definitions and loaded dependent objects if specified.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Sub Refresh ( _
full As Boolean, _
type As RefreshType _
)
'Usage
Dim instance As IMajorObject
Dim full As Boolean
Dim type As RefreshType
instance.Refresh(full, type)
void Refresh(
bool full,
RefreshType type
)
void Refresh(
bool full,
RefreshType type
)
abstract Refresh :
full:bool *
type:RefreshType -> unit
function Refresh(
full : boolean,
type : RefreshType
)
Parameters
- full
Type: System.Boolean
A Boolean value to refresh dependent objects if true.
- type
Type: Microsoft.AnalysisServices.RefreshType
A RefreshType vale that determines which dependent objects to refresh.