Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the object reference for the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function GetObjectReference ( _
obj As IMajorObject _
) As ObjectReference
'Usage
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
Parameters
- obj
Type: Microsoft.AnalysisServices.IMajorObject
The object.
Return Value
Type: Microsoft.AnalysisServices.ObjectReference
The object reference.