IDesignerToolWindowFactory.CreateToolWindow 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Creates a tool window with a specified identifier.

네임스페이스:  Microsoft.DataWarehouse.Interfaces
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Sub CreateToolWindow ( _
    sp As IServiceProvider, _
    toolwindowGuid As Guid, _
    toolwindowId As UInteger _
)
‘사용 방법
Dim instance As IDesignerToolWindowFactory 
Dim sp As IServiceProvider 
Dim toolwindowGuid As Guid 
Dim toolwindowId As UInteger

instance.CreateToolWindow(sp, toolwindowGuid, _
    toolwindowId)
void CreateToolWindow(
    IServiceProvider sp,
    Guid toolwindowGuid,
    uint toolwindowId
)
void CreateToolWindow(
    IServiceProvider^ sp, 
    Guid toolwindowGuid, 
    unsigned int toolwindowId
)
abstract CreateToolWindow : 
        sp:IServiceProvider * 
        toolwindowGuid:Guid * 
        toolwindowId:uint32 -> unit
function CreateToolWindow(
    sp : IServiceProvider, 
    toolwindowGuid : Guid, 
    toolwindowId : uint
)

매개 변수

  • toolwindowGuid
    유형: System.Guid
    A unique identifier for the new tool window.

참고 항목

참조

IDesignerToolWindowFactory 인터페이스

Microsoft.DataWarehouse.Interfaces 네임스페이스