Freigeben über


IModelComponent.Parent-Eigenschaft

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

Gets the parent IModelComponent of this instance.

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

Syntax

'Declaration
ReadOnly Property Parent As IModelComponent 
    Get
'Usage
Dim instance As IModelComponent 
Dim value As IModelComponent 

value = instance.Parent
IModelComponent Parent { get; }
property IModelComponent^ Parent {
    IModelComponent^ get ();
}
abstract Parent : IModelComponent
function get Parent () : IModelComponent

Eigenschaftswert

Typ: Microsoft.AnalysisServices.IModelComponent
The parent IModelComponent of this instance.

Siehe auch

Verweis

IModelComponent Schnittstelle

Microsoft.AnalysisServices-Namespace