ModelComponentCollection.IOnDemandLoadableCollection.BlockOnDemandLoad 方法
Specifies the blocked demand load.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Private Function BlockOnDemandLoad ( _
block As Boolean _
) As Integer Implements IOnDemandLoadableCollection.BlockOnDemandLoad
用法
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 支持使用显式接口实现,但不支持声明新显式接口实现。
参数
- block
类型:System.Boolean
Indicates whether to block the load demand.
返回值
类型:System.Int32
The blocked demand load.
实现
IOnDemandLoadableCollection.BlockOnDemandLoad(Boolean)