Condividi tramite


Interfaccia INamedComponent

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Nel tipo INamedComponent sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Description Gets or sets the long description of the component.
Proprietà pubblica FriendlyPath Infrastruttura. Gets a friendly path for this instance. Ereditato da IModelComponent.
Proprietà pubblica ID Gets or sets the engine ID of the component.
Proprietà pubblica Name Gets or sets the name of the component as presented to user.
Proprietà pubblica OwningCollection Infrastruttura. Gets or sets the collection that owns the current object. Ereditato da IModelComponent.
Proprietà pubblica Parent Infrastruttura. Gets the parent IModelComponent of this instance. Ereditato da IModelComponent.
Proprietà pubblica Site Ereditato da IComponent.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Dispose Ereditato da IDisposable.

In alto

Eventi

  Nome Descrizione
Evento pubblico Disposed Ereditato da IComponent.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices