Metodo ObjectReference.ResolveReference (Database, Boolean)

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Resolves an ObjectReference object with the specified database and force load.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function ResolveReference ( _
    database As Database, _
    forceLoad As Boolean _
) As IMajorObject
'Utilizzo
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

Parametri

Valore restituito

Tipo: Microsoft.AnalysisServices.IMajorObject
An ObjectReference object with the specified database and force load.

Vedere anche

Riferimento

ObjectReference Classe

Overload ResolveReference

Spazio dei nomi Microsoft.AnalysisServices