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
[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
/** @attribute GuidAttribute("922D3056-3E96-45ee-834D-DB48DDE8F7AF") */ 
public abstract class ProcessableMajorObject extends MajorObject implements IProcessable
GuidAttribute("922D3056-3E96-45ee-834D-DB48DDE8F7AF") 
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
               Derived Classes

Thread Safety

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

ProcessableMajorObject Members
Microsoft.AnalysisServices Namespace