IOnDemandLoadableCollection.BlockOnDemandLoad méthode
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Private Function BlockOnDemandLoad ( _
block As Boolean _
) As Integer Implements IOnDemandLoadableCollection.BlockOnDemandLoad
'Utilisation
Dim instance As ModelComponentCollection
Dim block As Boolean
Dim returnValue As Integer
returnValue = CType(instance, IOnDemandLoadableCollection).BlockOnDemandLoad(block)
int IOnDemandLoadableCollection.BlockOnDemandLoad(
bool block
)
private:
virtual int BlockOnDemandLoad(
bool block
) sealed = IOnDemandLoadableCollection::BlockOnDemandLoad
private abstract BlockOnDemandLoad :
block:bool -> int
private override BlockOnDemandLoad :
block:bool -> int
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Paramètres
- block
Type : System. . :: . .Boolean
Valeur de retour
Type : System. . :: . .Int32
Implémente
IOnDemandLoadableCollection. . :: . .BlockOnDemandLoad(Boolean)