Интерфейс 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.) |
В начало