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


Интерфейс INamedComponent

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

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

Синтаксис

'Декларация
<GuidAttribute("BBCC5A46-0217-4a45-ACAE-189239F101BF")> _
Public Interface INamedComponent _
    Inherits IModelComponent, IComponent, IDisposable
'Применение
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

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

Свойства

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

В начало

Методы

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

В начало

События

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

В начало

См. также

Справочник

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