Refresh-Methode (Boolean, RefreshType)

Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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
)