IServerType2.Owner Property

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

'Declaration
Property Owner As Control 
    Get 
    Set
'Usage
Dim instance As IServerType2 
Dim value As Control 

value = instance.Owner

instance.Owner = value
Control Owner { get; set; }
property Control^ Owner {
    Control^ get ();
    void set (Control^ value);
}
abstract Owner : Control with get, set
function get Owner () : Control 
function set Owner (value : Control)

Property Value

Type: System.Windows.Forms.Control
A value to pass the owner handle to the child windows.

See Also

Reference

IServerType2 Interface

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace