Condividi tramite


Interfaccia IModelComponent

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

Represents a model component.

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

Sintassi

'Dichiarazione
<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")> _
Public Interface IModelComponent _
    Inherits IComponent, IDisposable
'Utilizzo
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

Nel tipo IModelComponent sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica FriendlyPath Infrastruttura. Gets a friendly path for this instance.
Proprietà pubblica OwningCollection Infrastruttura. Gets or sets the collection that owns the current object.
Proprietà pubblica Parent Infrastruttura. Gets the parent IModelComponent of this instance.
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