Metodo ObjectReference.ResolveReference (Database)
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Resolves an ObjectReference object with the specified database.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function ResolveReference ( _
database As Database _
) As IMajorObject
'Utilizzo
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
Parametri
- database
Tipo: Microsoft.AnalysisServices.Database
The database.
Valore restituito
Tipo: Microsoft.AnalysisServices.IMajorObject
An ObjectReference object with the specified database.