IOnDemandLoadableCollection.BlockOnDemandLoad Method

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.AnalysisServices.Hosting
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Function BlockOnDemandLoad ( _
    block As Boolean _
) As Integer
'Usage
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

Parameters

Return Value

Type: System.Int32