Propriété IModelComponent.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 parent IModelComponent of this instance.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
ReadOnly Property Parent As IModelComponent
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.AnalysisServices.IModelComponent
The parent IModelComponent of this instance.