Interfaz IDesignerToolWindow
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents an interface of designer tool for the specified window.
Esta API no es compatible con CLS.
Espacio de nombres: Microsoft.DataWarehouse.Interfaces
Ensamblado: Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)
Sintaxis
'Declaración
<CLSCompliantAttribute(False)> _
Public Interface IDesignerToolWindow
'Uso
Dim instance As IDesignerToolWindow
[CLSCompliantAttribute(false)]
public interface IDesignerToolWindow
[CLSCompliantAttribute(false)]
public interface class IDesignerToolWindow
[<CLSCompliantAttribute(false)>]
type IDesignerToolWindow = interface end
public interface IDesignerToolWindow
El tipo IDesignerToolWindow expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Caption | Infraestructura. Gets the description for the window. | |
Client | Infraestructura. Gets or sets the client controller. | |
IsVisible | Infraestructura. Gets whether the designer tool is visible in the window. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Close | Infraestructura. Closes the window manually. | |
Hide | Infraestructura. Makes a window invisible. | |
SetBitmap | Infraestructura. Sets the bitmap value. | |
SetViewCommand | Infraestructura. Opens one or more window. | |
Show | Infraestructura. Opens a windows and returns without waiting for the newly opened window to close. |
Arriba