IDesignerToolWindow.Show 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Opens a windows and returns without waiting for the newly opened window to close.

命名空间:  Microsoft.DataWarehouse.Interfaces
程序集:  Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)

语法

声明
Sub Show ( _
    activate As Boolean _
)
用法
Dim instance As IDesignerToolWindow 
Dim activate As Boolean

instance.Show(activate)
void Show(
    bool activate
)
void Show(
    bool activate
)
abstract Show : 
        activate:bool -> unit
function Show(
    activate : boolean
)

参数

  • activate
    类型:System.Boolean
    true to activate; otherwise, false.

请参阅

参考

IDesignerToolWindow 接口

Microsoft.DataWarehouse.Interfaces 命名空间