IMajorObject.Refresh Método (Boolean, RefreshType)
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Updates current object from server definitions and loaded dependent objects if specified.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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.