ModelComponent 클래스

This is the base class for most of the Analysis Management Objects.

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

구문

‘선언
<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

상속 계층 구조

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. . :: . .Translation

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.