Propriété ModelComponent.Parent
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the IModelComponent object that is the parent of the ModelComponent object.
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 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
Valeur de propriété
Type : Microsoft.AnalysisServices.IModelComponent
The IModelComponent object that is the parent of the ModelComponent object.