Share via


ObjectReference.ResolveReference Method (Database)

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 _
) As IMajorObject
'Usage
Dim instance As ObjectReference
Dim database As Database
Dim returnValue As IMajorObject

returnValue = instance.ResolveReference(database)
public IMajorObject ResolveReference(
    Database database
)
public:
IMajorObject^ ResolveReference(
    Database^ database
)
member ResolveReference : 
        database:Database -> IMajorObject 
public function ResolveReference(
    database : Database
) : IMajorObject

Parameters