Propriété DataSourcePermission.IMajorObject.ObjectReference
Gets the object reference implementation of the DataSourcePermission.
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 DataSourcePermission
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 DataSourcePermission.