Partager via


Interface INamedComponent

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")> _
Public Interface INamedComponent _
    Inherits IModelComponent, IComponent, IDisposable
'Utilisation
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

Le type INamedComponent expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Description Gets or sets the long description of the component.
Propriété publique FriendlyPath Infrastructure. Gets a friendly path for this instance. (hérité de IModelComponent.)
Propriété publique ID Gets or sets the engine ID of the component.
Propriété publique Name Gets or sets the name of the component as presented to user.
Propriété publique OwningCollection Infrastructure. Gets or sets the collection that owns the current object. (hérité de IModelComponent.)
Propriété publique Parent Infrastructure. Gets the parent IModelComponent of this instance. (hérité de IModelComponent.)
Propriété publique Site (hérité de IComponent.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Dispose (hérité de IDisposable.)

Haut de la page

Événements

  Nom Description
Événement public Disposed (hérité de IComponent.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices