Freigeben über


BlockOnDemandLoad-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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