Propriété Database.IMajorObject.ObjectReference

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the object reference implementation of the Database.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Private ReadOnly Property ObjectReference As ObjectReference 
    Implements IMajorObject.ObjectReference 
    Get
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Valeur de propriété

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

Implémente

IMajorObject.ObjectReference

Voir aussi

Référence

Database Classe

Espace de noms Microsoft.AnalysisServices