Refresh méthode (Boolean, RefreshType)
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Sub Refresh ( _
full As Boolean, _
type As RefreshType _
)
'Utilisation
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
)
Paramètres
- full
Type : System. . :: . .Boolean
- type
Type : Microsoft.AnalysisServices. . :: . .RefreshType