IMajorObject 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Contains the collection of major objects.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<GuidAttribute("90D7A9C4-CC18-4154-9207-0E2D414E1975")> _
Public Interface IMajorObject _
    Inherits INamedComponent, IModelComponent, IComponent, IDisposable
‘사용 방법
Dim instance As IMajorObject
[GuidAttribute("90D7A9C4-CC18-4154-9207-0E2D414E1975")]
public interface IMajorObject : INamedComponent, 
    IModelComponent, IComponent, IDisposable
[GuidAttribute(L"90D7A9C4-CC18-4154-9207-0E2D414E1975")]
public interface class IMajorObject : INamedComponent, 
    IModelComponent, IComponent, IDisposable
[<GuidAttribute("90D7A9C4-CC18-4154-9207-0E2D414E1975")>]
type IMajorObject =  
    interface 
        interface INamedComponent 
        interface IModelComponent 
        interface IComponent 
        interface IDisposable 
    end
public interface IMajorObject extends INamedComponent, IModelComponent, IComponent, IDisposable

IMajorObject 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 BaseType 인프라입니다. Gets the base type implementation of the IMajorObject.
공용 속성 Description Gets or sets the long description of the component. (INamedComponent에서 상속됨)
공용 속성 FriendlyPath 인프라입니다. Gets a friendly path for this instance. (IModelComponent에서 상속됨)
공용 속성 ID Gets or sets the engine ID of the component. (INamedComponent에서 상속됨)
공용 속성 IsLoaded 인프라입니다. Gets a value indicating whether the object is currently loaded.
공용 속성 Name Gets or sets the name of the component as presented to user. (INamedComponent에서 상속됨)
공용 속성 ObjectReference 인프라입니다. Gets the object reference implementation of the IMajorObject.
공용 속성 OwningCollection 인프라입니다. Gets or sets the collection that owns the current object. (IModelComponent에서 상속됨)
공용 속성 Parent 인프라입니다. Gets the parent IModelComponent of this instance. (IModelComponent에서 상속됨)
공용 속성 ParentDatabase 인프라입니다. Gets the parent database referred to by IMajorObject.
공용 속성 ParentServer 인프라입니다. Gets the Server object that is the parent of the IMajorObject object.
공용 속성 Path 인프라입니다. Gets the path implementation.
공용 속성 Site (IComponent에서 상속됨)

맨 위로 이동

메서드

  이름 설명
공용 메서드 CreateBody 인프라입니다. Creates a new body for the IMajorObject.
공용 메서드 DependsOn 인프라입니다. Determines whether the dimension permission depends on an object.
공용 메서드 Dispose (IDisposable에서 상속됨)
공용 메서드 GetDependents 인프라입니다. Adds a mining structures and subsequent dependents to the specified Hashtable.
공용 메서드 Refresh() 인프라입니다. Updates current object from server definitions.
공용 메서드 Refresh(Boolean, RefreshType) 인프라입니다. Updates current object from server definitions and loaded dependent objects if specified.
공용 메서드 Update 인프라입니다. Updates server definition of current object to actual values using the default values to updates dependent objects.
공용 메서드 WriteRef 인프라입니다. Writes a reference for the IMajorObject.

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 Disposed (IComponent에서 상속됨)

맨 위로 이동

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스