Compartir a través de


Refresh Método (Boolean, RefreshType)

Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.

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
)