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