Freigeben über


Show-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

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
)

Parameter