Поделиться через


ProcessableMajorObject Class

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<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

Синхронизация потоков

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ProcessableMajorObject Members
Microsoft.AnalysisServices Namespace