Compartir a través de


Interfaz IModelComponent

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

Represents a model component.

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

Sintaxis

'Declaración
<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")> _
Public Interface IModelComponent _
    Inherits IComponent, IDisposable
'Uso
Dim instance As IModelComponent
[GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface IModelComponent : IComponent, 
    IDisposable
[GuidAttribute(L"3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface class IModelComponent : IComponent, 
    IDisposable
[<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")>]
type IModelComponent =  
    interface 
        interface IComponent 
        interface IDisposable 
    end
public interface IModelComponent extends IComponent, IDisposable

El tipo IModelComponent expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública FriendlyPath Infraestructura. Gets a friendly path for this instance.
Propiedad pública OwningCollection Infraestructura. Gets or sets the collection that owns the current object.
Propiedad pública Parent Infraestructura. Gets the parent IModelComponent of this instance.
Propiedad pública Site (Se hereda de IComponent.)

Arriba

Métodos

  Nombre Descripción
Método público Dispose (Se hereda de IDisposable.)

Arriba

Eventos

  Nombre Descripción
Evento público Disposed (Se hereda de IComponent.)

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices