ModelComponentCollection.IOnDemandLoadableCollection.BlockOnDemandLoad Method

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

Syntax

'Declaration
Private Function BlockOnDemandLoad ( _
    block As Boolean _
) As Integer Implements IOnDemandLoadableCollection.BlockOnDemandLoad
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: System.Int32

Implements

IOnDemandLoadableCollection.BlockOnDemandLoad(Boolean)