ModelComponentCollection.IOnDemandLoadableCollection.BlockOnDemandLoad Method
Specifies the blocked demand load.
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
- block
Type: System.Boolean
Indicates whether to block the load demand.
Return Value
Type: System.Int32
The blocked demand load.
Implements
IOnDemandLoadableCollection.BlockOnDemandLoad(Boolean)