Metodo IMajorObject.Refresh (Boolean, RefreshType)
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Updates current object from server definitions and loaded dependent objects if specified.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Sub Refresh ( _
full As Boolean, _
type As RefreshType _
)
'Utilizzo
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
)
Parametri
- full
Tipo: System.Boolean
A Boolean value to refresh dependent objects if true.
- type
Tipo: Microsoft.AnalysisServices.RefreshType
A RefreshType vale that determines which dependent objects to refresh.