Proprietà Parent
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As IModelComponent
Get
'Utilizzo
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
Valore proprietà
Implementa
Vedere anche