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 네임스페이스