Método IMajorObject.Refresh (Boolean, RefreshType)
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Updates current object from server definitions and loaded dependent objects if specified.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Sub Refresh ( _
full As Boolean, _
type As RefreshType _
)
'Uso
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
)
Parâmetros
- 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.