Freigeben über


INamedComponent-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Syntax

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

Der INamedComponent-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Description Gets or sets the long description of the component.
Öffentliche Eigenschaft FriendlyPath Infrastruktur Gets a friendly path for this instance. (Geerbt von IModelComponent.)
Öffentliche Eigenschaft ID Gets or sets the engine ID of the component.
Öffentliche Eigenschaft Name Gets or sets the name of the component as presented to user.
Öffentliche Eigenschaft OwningCollection Infrastruktur Gets or sets the collection that owns the current object. (Geerbt von IModelComponent.)
Öffentliche Eigenschaft Parent Infrastruktur Gets the parent IModelComponent of this instance. (Geerbt von IModelComponent.)
Öffentliche Eigenschaft Site (Geerbt von IComponent.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Dispose (Geerbt von IDisposable.)

Zum Anfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis Disposed (Geerbt von IComponent.)

Zum Anfang

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace