Parent propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
ReadOnly Property Parent As IModelComponent
Get
'Utilisation
Dim instance As IModelComponentCollection
Dim value As IModelComponent
value = instance.Parent
IModelComponent Parent { get; }
property IModelComponent^ Parent {
IModelComponent^ get ();
}
abstract Parent : IModelComponent
function get Parent () : IModelComponent