Свойство DataItem.Parent
Gets the parent object of current DataItem.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As IModelComponent
Get
'Применение
Dim instance As DataItem
Dim value As IModelComponent
value = instance.Parent
[BrowsableAttribute(false)]
public IModelComponent Parent { get; }
[BrowsableAttribute(false)]
public:
property IModelComponent^ Parent {
IModelComponent^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : IModelComponent
function get Parent () : IModelComponent
Значение свойства
Тип: Microsoft.AnalysisServices.IModelComponent
The parent object of current DataItem.