INamedComponent-Schnittstelle

Diese API unterstützt die -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
Öffentliche Eigenschaft FriendlyPath Infrastruktur (Geerbt von IModelComponent.)
Öffentliche Eigenschaft ID
Öffentliche Eigenschaft Name
Öffentliche Eigenschaft OwningCollection Infrastruktur (Geerbt von IModelComponent.)
Öffentliche Eigenschaft Parent Infrastruktur (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