مشاركة عبر


Database.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 Database.

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

Syntax

'Declaration
Private ReadOnly Property ObjectReference As ObjectReference 
    Implements IMajorObject.ObjectReference 
    Get
'Usage
Dim instance As Database 
Dim value As ObjectReference 

value = CType(instance, IMajorObject).ObjectReference
ObjectReference IMajorObject.ObjectReference { get; }
private:
virtual property ObjectReference^ ObjectReference {
    ObjectReference^ get () sealed = IMajorObject::ObjectReference::get;
}
private abstract ObjectReference : ObjectReference 
private override ObjectReference : ObjectReference
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: Microsoft.AnalysisServices.ObjectReference
The object reference implementation of the Database.

Implements

IMajorObject.ObjectReference

See Also

Reference

Database Class

Microsoft.AnalysisServices Namespace