Compartir a través de


Interfaz INamedComponent

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

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

Sintaxis

'Declaración
<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")> _
Public Interface INamedComponent _
    Inherits IModelComponent, IComponent, IDisposable
'Uso
Dim instance As INamedComponent
[GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")]
public interface INamedComponent : IModelComponent, 
    IComponent, IDisposable
[GuidAttribute(L"BBCC5A46-0217-4a45-ACAE-189239F101BF")]
public interface class INamedComponent : IModelComponent, 
    IComponent, IDisposable
[<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")>]
type INamedComponent =  
    interface 
        interface IModelComponent 
        interface IComponent 
        interface IDisposable 
    end
public interface INamedComponent extends IModelComponent, IComponent, IDisposable

El tipo INamedComponent expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Description Gets or sets the long description of the component.
Propiedad pública FriendlyPath Infraestructura. Gets a friendly path for this instance. (Se hereda de IModelComponent.)
Propiedad pública ID Gets or sets the engine ID of the component.
Propiedad pública Name Gets or sets the name of the component as presented to user.
Propiedad pública OwningCollection Infraestructura. Gets or sets the collection that owns the current object. (Se hereda de IModelComponent.)
Propiedad pública Parent Infraestructura. Gets the parent IModelComponent of this instance. (Se hereda de IModelComponent.)
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