Partager via


Méthode IOnDemandLoadableCollection.BlockOnDemandLoad

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Blocks the on demand load that is associated with IOnDemandLoadableCollection.

Espace de noms :  Microsoft.AnalysisServices.Hosting
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Function BlockOnDemandLoad ( _
    block As Boolean _
) As Integer
'Utilisation
Dim instance As IOnDemandLoadableCollection 
Dim block As Boolean 
Dim returnValue As Integer 

returnValue = instance.BlockOnDemandLoad(block)
int BlockOnDemandLoad(
    bool block
)
int BlockOnDemandLoad(
    bool block
)
abstract BlockOnDemandLoad : 
        block:bool -> int
function BlockOnDemandLoad(
    block : boolean
) : int

Paramètres

Valeur de retour

Type : System.Int32
The object to block.

Voir aussi

Référence

IOnDemandLoadableCollection Interface

Espace de noms Microsoft.AnalysisServices.Hosting