ObjectReference.ResolveReference Method (Database, Boolean)
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Resolves an ObjectReference object with the specified database and force load.
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
- database
Type: Microsoft.AnalysisServices.Database
The database.
- forceLoad
Type: System.Boolean
The force load.
Return Value
Type: Microsoft.AnalysisServices.IMajorObject
An ObjectReference object with the specified database and force load.