IObjectOnDemandLoader.LoadObjectOnDemand 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Indicates whether the object loads on demand.

네임스페이스:  Microsoft.DataWarehouse.Serialization
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Function LoadObjectOnDemand ( _
    loadableObject As Object, _
    context As Object _
) As Boolean
‘사용 방법
Dim instance As IObjectOnDemandLoader 
Dim loadableObject As Object 
Dim context As Object 
Dim returnValue As Boolean 

returnValue = instance.LoadObjectOnDemand(loadableObject, _
    context)
bool LoadObjectOnDemand(
    Object loadableObject,
    Object context
)
bool LoadObjectOnDemand(
    Object^ loadableObject, 
    Object^ context
)
abstract LoadObjectOnDemand : 
        loadableObject:Object * 
        context:Object -> bool
function LoadObjectOnDemand(
    loadableObject : Object, 
    context : Object
) : boolean

매개 변수

반환 값

유형: System.Boolean
true if the object loads on demand; otherwise, false.

참고 항목

참조

IObjectOnDemandLoader 인터페이스

Microsoft.DataWarehouse.Serialization 네임스페이스