IOnDemandLoadableCollection.BlockOnDemandLoad Method (Boolean)

 

Applies To: SQL Server (starting with 2016)

Blocks the on demand load that is associated with IOnDemandLoadableCollection.

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

Syntax

int BlockOnDemandLoad(
    bool block
)
int BlockOnDemandLoad(
    bool block
)
abstract BlockOnDemandLoad : 
        block:bool -> int
Function BlockOnDemandLoad (
    block As Boolean
) As Integer

Parameters

Return Value

Type: System.Int32

The object to block.

See Also

IOnDemandLoadableCollection Interface
Microsoft.AnalysisServices.Hosting Namespace

Return to top