Freigeben über


IDesignerToolWindowService.CreateToolWindow-Methode (Guid, UInt32)

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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
)

Parameter

  • persistanceSlot
    Typ: System.Guid
    The persistence slot.

Siehe auch

Verweis

IDesignerToolWindowService Schnittstelle

CreateToolWindow-Überladung

Microsoft.DataWarehouse.Interfaces-Namespace