ProcessableMajorObject Class

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("922D3056-3E96-45ee-834D-DB48DDE8F7AF")> _
Public MustInherit Class ProcessableMajorObject _
    Inherits MajorObject _
    Implements IProcessable
'Usage
Dim instance As ProcessableMajorObject
[GuidAttribute("922D3056-3E96-45ee-834D-DB48DDE8F7AF")]
public abstract class ProcessableMajorObject : MajorObject, 
    IProcessable
[GuidAttribute(L"922D3056-3E96-45ee-834D-DB48DDE8F7AF")]
public ref class ProcessableMajorObject abstract : public MajorObject, 
    IProcessable
[<AbstractClassAttribute>]
[<GuidAttribute("922D3056-3E96-45ee-834D-DB48DDE8F7AF")>]
type ProcessableMajorObject =  
    class
        inherit MajorObject
        interface IProcessable
    end
public abstract class ProcessableMajorObject extends MajorObject implements IProcessable

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.MajorObject
            Microsoft.AnalysisServices.ProcessableMajorObject
              Microsoft.AnalysisServices.Cube
              Microsoft.AnalysisServices.Database
              Microsoft.AnalysisServices.Dimension
              Microsoft.AnalysisServices.MeasureGroup
              Microsoft.AnalysisServices.MiningModel
              Microsoft.AnalysisServices.MiningStructure
              Microsoft.AnalysisServices.Partition

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.