Partager via


Propriété Parent

Gets the parent object of current DataItem.

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

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As IModelComponent
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices. . :: . .IModelComponent
The parent object of current DataItem.