Método IOnDemandLoadableCollection.BlockOnDemandLoad
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Blocks the on demand load that is associated with IOnDemandLoadableCollection.
Namespace: Microsoft.AnalysisServices.Hosting
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Function BlockOnDemandLoad ( _
block As Boolean _
) As Integer
'Uso
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
Parâmetros
- block
Tipo: System.Boolean
true to block; otherwise, false.
Valor de retorno
Tipo: System.Int32
The object to block.