Freigeben über


IOnDemandLoadableCollection.BlockOnDemandLoad-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Blocks the on demand load that is associated with IOnDemandLoadableCollection.

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

Syntax

'Declaration
Function BlockOnDemandLoad ( _
    block As Boolean _
) As Integer
'Usage
Dim instance As IOnDemandLoadableCollection 
Dim block As Boolean 
Dim returnValue As Integer 

returnValue = instance.BlockOnDemandLoad(block)
int BlockOnDemandLoad(
    bool block
)
int BlockOnDemandLoad(
    bool block
)
abstract BlockOnDemandLoad : 
        block:bool -> int
function BlockOnDemandLoad(
    block : boolean
) : int

Parameter

Rückgabewert

Typ: System.Int32
The object to block.

Siehe auch

Verweis

IOnDemandLoadableCollection Schnittstelle

Microsoft.AnalysisServices.Hosting-Namespace