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


Интерфейс IProcessable

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents an object that is processable.

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

Синтаксис

'Декларация
<GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")> _
Public Interface IProcessable
'Применение
Dim instance As IProcessable
[GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")]
public interface IProcessable
[GuidAttribute(L"69A3B7FE-4E35-4238-BAD2-EA107BE0694F")]
public interface class IProcessable
[<GuidAttribute("69A3B7FE-4E35-4238-BAD2-EA107BE0694F")>]
type IProcessable =  interface end
public interface IProcessable

Тип IProcessable обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство LastProcessed Инфраструктура. Gets the date and time on which the IProcessable was last processed.
Открытое свойство State Инфраструктура. Gets the current state of the IProcessable that was last processed.

В начало

Методы

  Имя Описание
Открытый метод CanProcess Инфраструктура. Indicates whether the IProcessable can perform the specified processing.
Открытый метод Process() Инфраструктура. Executes a process that is associated with the IProcessable with the default type.
Открытый метод Process(ProcessType) Инфраструктура. Executes a process that is associated with the IProcessable with the specified type.
Открытый метод Process(ProcessType, ErrorConfiguration) Инфраструктура. Executes a process that is associated with the IProcessable with the specified process type error configuration.
Открытый метод Process(ProcessType, ErrorConfiguration, XmlaWarningCollection) Инфраструктура. Executes a process that is associated with the IProcessable with the specified process type, error configuration and warnings.
Открытый метод Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection) Инфраструктура. Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details.
Открытый метод Process(ProcessType, ErrorConfiguration, XmlaWarningCollection, ImpactDetailCollection, Boolean) Инфраструктура. Executes a process that is associated with the IProcessable with the specified process type, error configuration, warnings and impact details.

В начало

См. также

Справочник

Пространство имен Microsoft.AnalysisServices