ObjectReference.GetObjectReference Method (IMajorObject)

 

Applies To: SQL Server 2016 Preview

This API supports the product 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

public static ObjectReference GetObjectReference(
    IMajorObject obj
)
public:
static ObjectReference^ GetObjectReference(
    IMajorObject^ obj
)
static member GetObjectReference : 
        obj:IMajorObject -> ObjectReference
Public Shared Function GetObjectReference (
    obj As IMajorObject
) As ObjectReference

Parameters

Return Value

Type: Microsoft.AnalysisServices.ObjectReference

The object reference.

See Also

ObjectReference Class
Microsoft.AnalysisServices Namespace

Return to top