IDesignerToolWindow.Show Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Opens a windows and returns without waiting for the newly opened window to close.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Sub Show ( _
activate As Boolean _
)
'Usage
Dim instance As IDesignerToolWindow
Dim activate As Boolean
instance.Show(activate)
void Show(
bool activate
)
void Show(
bool activate
)
abstract Show :
activate:bool -> unit
function Show(
activate : boolean
)
Parameters
- activate
Type: System.Boolean
true to activate; otherwise, false.