Поделиться через


Интерфейс IModelComponent

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents a model component.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<GuidAttribute("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")> _
Public Interface IModelComponent _
    Inherits IComponent, IDisposable
'Применение
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

Тип IModelComponent обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство FriendlyPath Инфраструктура. Gets a friendly path for this instance.
Открытое свойство OwningCollection Инфраструктура. Gets or sets the collection that owns the current object.
Открытое свойство Parent Инфраструктура. Gets the parent IModelComponent of this instance.
Открытое свойство Site (Производный от IComponent.)

В начало

Методы

  Имя Описание
Открытый метод Dispose (Производный от IDisposable.)

В начало

События

  Имя Описание
Открытое событие Disposed (Производный от IComponent.)

В начало

См. также

Справочник

Пространство имен Microsoft.AnalysisServices