ModelComponentCollection.IOnDemandLoadableCollection.BlockOnDemandLoad Method (Boolean)
Applies To: SQL Server (starting with 2016)
Specifies the blocked demand load.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
Syntax
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
Private Function BlockOnDemandLoad (
block As Boolean
) As Integer
Implements IOnDemandLoadableCollection.BlockOnDemandLoad
Parameters
block
Type: System.BooleanIndicates whether to block the load demand.
Return Value
Type: System.Int32
The blocked demand load.
Implements
IOnDemandLoadableCollection.BlockOnDemandLoad(Boolean)
See Also
ModelComponentCollection Class
Microsoft.AnalysisServices Namespace
Return to top