ObjectReference.GetObjectReference(IMajorObject) Method

Definition

Gets the object reference for the specified object.

public static Microsoft.AnalysisServices.ObjectReference GetObjectReference (Microsoft.AnalysisServices.IMajorObject obj);
static member GetObjectReference : Microsoft.AnalysisServices.IMajorObject -> Microsoft.AnalysisServices.ObjectReference
Public Shared Function GetObjectReference (obj As IMajorObject) As ObjectReference

Parameters

obj
IMajorObject

The object that the reference is needed for.

Returns

The object reference to the specified object.

Remarks

This API supports the product infrastructure and is not intended to be used directly from your code.

Applies to