IMajorObject 인터페이스

정의

주 개체에 대한 인터페이스를 정의합니다.

[System.Runtime.InteropServices.Guid("90D7A9C4-CC18-4154-9207-0E2D414E1975")]
public interface IMajorObject : IDisposable, Microsoft.AnalysisServices.INamedComponent, System.ComponentModel.IComponent
[<System.Runtime.InteropServices.Guid("90D7A9C4-CC18-4154-9207-0E2D414E1975")>]
type IMajorObject = interface
    interface INamedComponent
    interface IModelComponent
    interface IComponent
    interface IDisposable
Public Interface IMajorObject
Implements IComponent, IDisposable, INamedComponent
파생
특성
구현

설명

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

속성

BaseType

IMajorObject의 기본 형식 구현을 가져옵니다.

Description

구성 요소에 대한 설명을 가져오거나 설정합니다.

(다음에서 상속됨 INamedComponent)
FriendlyPath

이 개체에 대한 경로를 가져옵니다.

(다음에서 상속됨 IModelComponent)
ID

구성 요소의 엔진 ID를 가져오거나 설정합니다.

(다음에서 상속됨 INamedComponent)
IsLoaded

개체가 현재 로드되었는지 여부를 나타내는 값을 가져옵니다.

Name

사용자에게 현재 표시된 구성 요소의 이름을 가져오거나 설정합니다.

(다음에서 상속됨 INamedComponent)
ObjectReference

IMajorObject의 개체 참조 구현을 가져옵니다.

OwningCollection

현재 개체를 소유하는 컬렉션을 가져오거나 설정합니다.

(다음에서 상속됨 IModelComponent)
Parent

이 개체의 부모 IModelComponent를 가져옵니다.

(다음에서 상속됨 IModelComponent)
ParentDatabase

IMajorObject가 참조하는 부모 데이터베이스를 가져옵니다.

ParentServer

IMajorObject 개체의 부모인 서버를 가져옵니다.

Path

경로 구현을 가져옵니다.

메서드

CreateBody()

IMajorObject에 대한 새 본문을 만듭니다.

DependsOn(IMajorObject)

주 개체가 개체에 종속되는지 여부를 결정합니다.

GetDependents(Hashtable)

지정된 Hashtable에 마이닝 구조 및 후속 종속 항목을 추가합니다.

Refresh()

서버 정의에서 현재 개체를 업데이트합니다.

Refresh(Boolean, RefreshType)

서버 정의에 있는 현재 개체 및 로드된 종속 개체(지정한 경우)를 업데이트합니다.

Update()

종속 개체 업데이트에 대한 기본값을 사용하여 현재 개체의 서버 정의를 실제 값으로 업데이트합니다.

WriteRef(XmlWriter)

IMajorObject에 대한 참조를 기록합니다.

적용 대상