Compartilhar via


Interface INamedComponent

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<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

O tipo INamedComponent expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Description Gets or sets the long description of the component.
Propriedade pública FriendlyPath Infraestrutura. Gets a friendly path for this instance. (Herdado de IModelComponent.)
Propriedade pública ID Gets or sets the engine ID of the component.
Propriedade pública Name Gets or sets the name of the component as presented to user.
Propriedade pública OwningCollection Infraestrutura. Gets or sets the collection that owns the current object. (Herdado de IModelComponent.)
Propriedade pública Parent Infraestrutura. Gets the parent IModelComponent of this instance. (Herdado de IModelComponent.)
Propriedade pública Site (Herdado de IComponent.)

Início

Métodos

  Nome Descrição
Método público Dispose (Herdado de IDisposable.)

Início

Eventos

  Nome Descrição
Evento público Disposed (Herdado de IComponent.)

Início

Consulte também

Referência

Namespace Microsoft.AnalysisServices