Partager via


Méthode ModelComponentCollection.IOnDemandLoadableCollection.BlockOnDemandLoad

Specifies the blocked demand load.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en 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
    Indicates whether to block the load demand.

Valeur de retour

Type : System.Int32
The blocked demand load.

Implémente

IOnDemandLoadableCollection.BlockOnDemandLoad(Boolean)

Voir aussi

Référence

ModelComponentCollection Classe

Espace de noms Microsoft.AnalysisServices