Właściwość ModelComponent.Parent
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As IModelComponent
Get
'Użycie
Dim instance As ModelComponent
Dim value As IModelComponent
value = instance.Parent
[BrowsableAttribute(false)]
public IModelComponent Parent { get; }
[BrowsableAttribute(false)]
public:
virtual property IModelComponent^ Parent {
IModelComponent^ get () sealed;
}
[<BrowsableAttribute(false)>]
abstract Parent : IModelComponent
[<BrowsableAttribute(false)>]
override Parent : IModelComponent
final function get Parent () : IModelComponent