IDWDesignerService 인터페이스

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Represents a designer service for the data warehouse.

이 API는 CLS 규격이 아닙니다. 

네임스페이스:  Microsoft.DataWarehouse.Interfaces
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
<GuidAttribute("67287D05-E699-48f2-A1B5-5437C0CA4BDB")> _
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDWDesignerService
‘사용 방법
Dim instance As IDWDesignerService
[GuidAttribute("67287D05-E699-48f2-A1B5-5437C0CA4BDB")]
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDWDesignerService
[GuidAttribute(L"67287D05-E699-48f2-A1B5-5437C0CA4BDB")]
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDWDesignerService
[<GuidAttribute("67287D05-E699-48f2-A1B5-5437C0CA4BDB")>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDWDesignerService =  interface end
public interface IDWDesignerService

IDWDesignerService 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 CanPerformOperation Indicates whether this designer can perform an operation.
공용 메서드 CloseDesigner Closes the designer.
공용 메서드 OpenDesigner(Object, UIntPtr, String, String) 인프라입니다. Opens a designer.
공용 메서드 OpenDesigner(Object, UIntPtr, DwObjectKind, String, String) Opens a designer.
공용 메서드 OpenDesigner(Object, UIntPtr, DwObjectKind, String, String, array<Object[]) Opens a designer.
공용 메서드 OpenDesignerEx 인프라입니다. Opens a designer.
공용 메서드 PerformOperation Performs an operation.
공용 메서드 RunWizard Executes a wizard from the specified designer.

맨 위로 이동

참고 항목

참조

Microsoft.DataWarehouse.Interfaces 네임스페이스