Condividi tramite


Proprietà DataItem.Parent

Gets the parent object of current DataItem.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As IModelComponent 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

DataItem Classe

Spazio dei nomi Microsoft.AnalysisServices