Metodo ObjectReference.GetObjectReference

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

Gets the object reference for the specified object.

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

Sintassi

'Dichiarazione
Public Shared Function GetObjectReference ( _
    obj As IMajorObject _
) As ObjectReference
'Utilizzo
Dim obj As IMajorObject 
Dim returnValue As ObjectReference 

returnValue = ObjectReference.GetObjectReference(obj)
public static ObjectReference GetObjectReference(
    IMajorObject obj
)
public:
static ObjectReference^ GetObjectReference(
    IMajorObject^ obj
)
static member GetObjectReference : 
        obj:IMajorObject -> ObjectReference
public static function GetObjectReference(
    obj : IMajorObject
) : ObjectReference

Parametri

Valore restituito

Tipo: Microsoft.AnalysisServices.ObjectReference
The object reference.

Vedere anche

Riferimento

ObjectReference Classe

Spazio dei nomi Microsoft.AnalysisServices