IDesignerToolWindowService.CreateToolWindow Method (Guid, UInt32)

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Creates a tool window.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Sub CreateToolWindow ( _
    persistanceSlot As Guid, _
    windowId As UInteger _
)
'Usage
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
)

Parameters

  • persistanceSlot
    Type: System.Guid
    The persistence slot.

See Also

Reference

IDesignerToolWindowService Interface

CreateToolWindow Overload

Microsoft.DataWarehouse.Interfaces Namespace