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 命名空间