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.