IOnDemandLoadableCollection.BlockOnDemandLoad Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Blocks the on demand load that is associated with IOnDemandLoadableCollection.
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
- block
Type: System.Boolean
true to block; otherwise, false.
Return Value
Type: System.Int32
The object to block.