IOnDemandLoadableCollection.BlockOnDemandLoad Method (Boolean)

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

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