IServerType2.Owner Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value to pass the owner handle to the child windows.

Namespace:   Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

Control Owner { get; set; }
property Control^ Owner {
    Control^ get();
    void set(Control^ value);
}
abstract Owner : Control with get, set
Property Owner As Control

Property Value

Type: System.Windows.Forms.Control

A value to pass the owner handle to the child windows.

See Also

IServerType2 Interface
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top