Interface IDesignerToolWindow

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents an interface of designer tool for the specified window.

Cette API n'est pas conforme CLS. 

Espace de noms :  Microsoft.DataWarehouse.Interfaces
Assembly :  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Syntaxe

'Déclaration
<CLSCompliantAttribute(False)> _
Public Interface IDesignerToolWindow
'Utilisation
Dim instance As IDesignerToolWindow
[CLSCompliantAttribute(false)]
public interface IDesignerToolWindow
[CLSCompliantAttribute(false)]
public interface class IDesignerToolWindow
[<CLSCompliantAttribute(false)>]
type IDesignerToolWindow =  interface end
public interface IDesignerToolWindow

Le type IDesignerToolWindow expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Caption Infrastructure. Gets the description for the window.
Propriété publique Client Infrastructure. Gets or sets the client controller.
Propriété publique IsVisible Infrastructure. Gets whether the designer tool is visible in the window.

Haut de la page

Méthodes

  Nom Description
Méthode publique Close Infrastructure. Closes the window manually.
Méthode publique Hide Infrastructure. Makes a window invisible.
Méthode publique SetBitmap Infrastructure. Sets the bitmap value.
Méthode publique SetViewCommand Infrastructure. Opens one or more window.
Méthode publique Show Infrastructure. Opens a windows and returns without waiting for the newly opened window to close.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.DataWarehouse.Interfaces