Share via


IDesignerToolWindowService.CreateToolWindow 方法 (Guid, UInt32)

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

Creates a tool window.

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

语法

声明
Sub CreateToolWindow ( _
    persistanceSlot As Guid, _
    windowId As UInteger _
)
用法
Dim instance As IDesignerToolWindowService 
Dim persistanceSlot As Guid 
Dim windowId As UInteger

instance.CreateToolWindow(persistanceSlot, _
    windowId)
void CreateToolWindow(
    Guid persistanceSlot,
    uint windowId
)
void CreateToolWindow(
    Guid persistanceSlot, 
    unsigned int windowId
)
abstract CreateToolWindow : 
        persistanceSlot:Guid * 
        windowId:uint32 -> unit
function CreateToolWindow(
    persistanceSlot : Guid, 
    windowId : uint
)

参数

  • persistanceSlot
    类型:System.Guid
    The persistence slot.

请参阅

参考

IDesignerToolWindowService 接口

CreateToolWindow 重载

Microsoft.DataWarehouse.Interfaces 命名空间