ModelComponentCollection.IOnDemandLoadableCollection.BlockOnDemandLoad-Methode
Specifies the blocked demand load.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Private Function BlockOnDemandLoad ( _
block As Boolean _
) As Integer Implements IOnDemandLoadableCollection.BlockOnDemandLoad
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Parameter
- block
Typ: System.Boolean
Indicates whether to block the load demand.
Rückgabewert
Typ: System.Int32
The blocked demand load.
Implementiert
IOnDemandLoadableCollection.BlockOnDemandLoad(Boolean)