Méthode BlockOnDemandLoad
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
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
- block
Type : System. . :: . .Boolean
Valeur de retour
Type : System. . :: . .Int32
Voir aussi