Compartir a través de


ModelComponent.Parent Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the IModelComponent object that is the parent of the ModelComponent object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As IModelComponent 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.IModelComponent
The IModelComponent object that is the parent of the ModelComponent object.

Implementa

IModelComponent.Parent

Vea también

Referencia

ModelComponent Clase

Espacio de nombres Microsoft.AnalysisServices