Delen via


ObjectReference.ResolveReference Method (Database, Boolean)

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Function ResolveReference ( _
    database As Database, _
    forceLoad As Boolean _
) As IMajorObject
'Usage
Dim instance As ObjectReference
Dim database As Database
Dim forceLoad As Boolean
Dim returnValue As IMajorObject

returnValue = instance.ResolveReference(database, _
    forceLoad)
public IMajorObject ResolveReference(
    Database database,
    bool forceLoad
)
public:
IMajorObject^ ResolveReference(
    Database^ database, 
    bool forceLoad
)
member ResolveReference : 
        database:Database * 
        forceLoad:bool -> IMajorObject 
public function ResolveReference(
    database : Database, 
    forceLoad : boolean
) : IMajorObject

Parameters