Freigeben über


IModelComponent-Schnittstelle

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

Represents a model component.

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

Syntax

'Declaration
<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")> _
Public Interface IModelComponent _
    Inherits IComponent, IDisposable
'Usage
Dim instance As IModelComponent
[GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface IModelComponent : IComponent, 
    IDisposable
[GuidAttribute(L"3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface class IModelComponent : IComponent, 
    IDisposable
[<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")>]
type IModelComponent =  
    interface 
        interface IComponent 
        interface IDisposable 
    end
public interface IModelComponent extends IComponent, IDisposable

Der IModelComponent-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft FriendlyPath Infrastruktur Gets a friendly path for this instance.
Öffentliche Eigenschaft OwningCollection Infrastruktur Gets or sets the collection that owns the current object.
Öffentliche Eigenschaft Parent Infrastruktur Gets the parent IModelComponent of this instance.
Ö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