Share via


IDesignerToolWindow.Client Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the client controller.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
ReadOnly Property Client As Control 
    Get
'Usage
Dim instance As IDesignerToolWindow 
Dim value As Control 

value = instance.Client
Control Client { get; }
property Control^ Client {
    Control^ get ();
}
abstract Client : Control
function get Client () : Control

Property Value

Type: System.Windows.Forms.Control
The client controller.

See Also

Reference

IDesignerToolWindow Interface

Microsoft.DataWarehouse.Interfaces Namespace