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에서 상속됨) |
맨 위로 이동