ObjectReference.GetObjectReference(IMajorObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.