Freigeben über


ModelComponent.Parent-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the IModelComponent object that is the parent of the ModelComponent object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.IModelComponent
The IModelComponent object that is the parent of the ModelComponent object.

Implementiert

IModelComponent.Parent

Siehe auch

Verweis

ModelComponent Klasse

Microsoft.AnalysisServices-Namespace