IDWDesignerService 인터페이스

이 API는 .NET Framework 인프라를 지원하며 코드에서 직접 사용할 수 없습니다.

이 API는 CLS와 호환되지 않습니다. 

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

구문

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