ModelComponent 클래스
Represents the base class for most of the Analysis Management Objects.
상속 계층
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
추가 정보...
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<GuidAttribute("FBB03F30-DECD-4a40-9E8F-06ACB99A0A97")> _
Public MustInherit Class ModelComponent _
Inherits Component _
Implements IModelComponent, IComponent, IDisposable, IHostableComponent
‘사용 방법
Dim instance As ModelComponent
[GuidAttribute("FBB03F30-DECD-4a40-9E8F-06ACB99A0A97")]
public abstract class ModelComponent : Component,
IModelComponent, IComponent, IDisposable, IHostableComponent
[GuidAttribute(L"FBB03F30-DECD-4a40-9E8F-06ACB99A0A97")]
public ref class ModelComponent abstract : public Component,
IModelComponent, IComponent, IDisposable, IHostableComponent
[<AbstractClassAttribute>]
[<GuidAttribute("FBB03F30-DECD-4a40-9E8F-06ACB99A0A97")>]
type ModelComponent =
class
inherit Component
interface IModelComponent
interface IComponent
interface IDisposable
interface IHostableComponent
end
public abstract class ModelComponent extends Component implements IModelComponent, IComponent, IDisposable, IHostableComponent
ModelComponent 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
ModelComponent | Initializes a new instance of the ModelComponent class using the default values. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. | |
CanRaiseEvents | (Component에서 상속됨) | |
Container | (Component에서 상속됨) | |
DesignMode | (Component에서 상속됨) | |
Events | (Component에서 상속됨) | |
FriendlyName | 인프라입니다. Gets the friendly name of the ModelComponent. | |
KeyForCollection | 인프라입니다. Gets the key used in the collection. | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. | |
Parent | 인프라입니다. Gets the IModelComponent object that is the parent of the ModelComponent object. | |
Site | (Component에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
AddToContainer | 인프라입니다. Adds a ModelComponent object to the specified container. | |
AfterInsert | 인프라입니다. Displays a ModelComponent object after added to the specified index. | |
AfterMove | 인프라입니다. Displays a ModelComponent object after moving to the specified index. | |
AfterRemove | 인프라입니다. Displays a ModelComponentCollection after a ModelComponent object is removed. | |
BeforeRemove | 인프라입니다. Removes the ModelComponent object before the cleanup. | |
CopyTo | 인프라입니다. Copies a ModelComponent object to the specified object. | |
CreateObjRef | 보안에 중요합니다. (MarshalByRefObject에서 상속됨) | |
Dispose() | (Component에서 상속됨) | |
Dispose(Boolean) | (Component에서 상속됨) | |
Equals | (Object에서 상속됨) | |
Finalize | (Component에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetLifetimeService | 보안에 중요합니다. (MarshalByRefObject에서 상속됨) | |
GetService | (Component에서 상속됨) | |
GetType | (Object에서 상속됨) | |
InitializeLifetimeService | 보안에 중요합니다. (MarshalByRefObject에서 상속됨) | |
MemberwiseClone() | (Object에서 상속됨) | |
MemberwiseClone(Boolean) | (MarshalByRefObject에서 상속됨) | |
RemoveFromContainer | 인프라입니다. Removes a ModelComponent object from the specified container. | |
Reset | 인프라입니다. Resets the component to an initial state. | |
Submit() | 인프라입니다. Submits a ModelComponent object. | |
Submit(Boolean) | 인프라입니다. Submits a ModelComponent object. | |
ToString | 인프라입니다. Returns a string that represents the current object. (Component.ToString()을(를) 재정의함) | |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. | |
Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. | |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Indicates whether a ModelComponent object is valid. |
맨 위로 이동
이벤트
이름 | 설명 | |
---|---|---|
Disposed | (Component에서 상속됨) |
맨 위로 이동
명시적 인터페이스 구현
이름 | 설명 | |
---|---|---|
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. | |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. | |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
참고 항목
참조
Microsoft.AnalysisServices 네임스페이스
상속 계층
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.Account
Microsoft.AnalysisServices.AggregationAttribute
Microsoft.AnalysisServices.AggregationDesignAttribute
Microsoft.AnalysisServices.AggregationDesignDimension
Microsoft.AnalysisServices.AggregationDimension
Microsoft.AnalysisServices.AggregationInstanceAttribute
Microsoft.AnalysisServices.AggregationInstanceDimension
Microsoft.AnalysisServices.AggregationInstanceMeasure
Microsoft.AnalysisServices.AttributePermission
Microsoft.AnalysisServices.AttributeRelationship
Microsoft.AnalysisServices.CalculationProperty
Microsoft.AnalysisServices.CellPermission
Microsoft.AnalysisServices.CubeAttribute
Microsoft.AnalysisServices.CubeDimensionPermission
Microsoft.AnalysisServices.CubeHierarchy
Microsoft.AnalysisServices.MeasureGroupAttribute
Microsoft.AnalysisServices.MeasureGroupDimension
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.PerspectiveAction
Microsoft.AnalysisServices.PerspectiveAttribute
Microsoft.AnalysisServices.PerspectiveCalculation
Microsoft.AnalysisServices.PerspectiveDimension
Microsoft.AnalysisServices.PerspectiveHierarchy
Microsoft.AnalysisServices.PerspectiveKpi
Microsoft.AnalysisServices.PerspectiveMeasure
Microsoft.AnalysisServices.PerspectiveMeasureGroup
Microsoft.AnalysisServices.Relationship
Microsoft.AnalysisServices.RelationshipEnd
Microsoft.AnalysisServices.RelationshipEndAttribute
Microsoft.AnalysisServices.Translation