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 네임스페이스