Compartilhar via


Método ObjectReference.GetObjectReference

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the object reference for the specified object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Shared Function GetObjectReference ( _
    obj As IMajorObject _
) As ObjectReference
'Uso
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

Parâmetros

Valor de retorno

Tipo: Microsoft.AnalysisServices.ObjectReference
The object reference.

Consulte também

Referência

ObjectReference Classe

Namespace Microsoft.AnalysisServices