Свойство CubePermission.IMajorObject.ObjectReference
Gets the object reference implementation of the CubePermission.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Private ReadOnly Property ObjectReference As ObjectReference
Implements IMajorObject.ObjectReference
Get
'Применение
Dim instance As CubePermission
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 поддерживает использование явных реализаций интерфейса, но не объявление новых.
Значение свойства
Тип: Microsoft.AnalysisServices.ObjectReference
The object reference implementation of the CubePermission.