Metodo IOnDemandLoadableCollection.BlockOnDemandLoad
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Blocks the on demand load that is associated with IOnDemandLoadableCollection.
Spazio dei nomi Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Function BlockOnDemandLoad ( _
block As Boolean _
) As Integer
'Utilizzo
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
Parametri
- block
Tipo: System.Boolean
true to block; otherwise, false.
Valore restituito
Tipo: System.Int32
The object to block.