ObjectReference.ResolveReference Method (Database)
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.
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
- database
Type: Microsoft.AnalysisServices.Database
The database.
Return Value
Type: Microsoft.AnalysisServices.IMajorObject
An ObjectReference object with the specified database.