Freigeben über


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

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

ProcessableMajorObject Members
Microsoft.AnalysisServices Namespace