Share via


IMajorObject.ObjectReference Property

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

Gets the object reference implementation of the IMajorObject.

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

Syntax

'Declaration
ReadOnly Property ObjectReference As ObjectReference 
    Get
'Usage
Dim instance As IMajorObject 
Dim value As ObjectReference 

value = instance.ObjectReference
ObjectReference ObjectReference { get; }
property ObjectReference^ ObjectReference {
    ObjectReference^ get ();
}
abstract ObjectReference : ObjectReference
function get ObjectReference () : ObjectReference

Property Value

Type: Microsoft.AnalysisServices.ObjectReference
The object reference implementation.

See Also

Reference

IMajorObject Interface

Microsoft.AnalysisServices Namespace