DtsServerType.IServerType2.Owner Property

Gets or sets the owner control that passes the owner handle to child windows.

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

Syntax

'Declaration
Private Property Owner As Control Implements IServerType2.Owner 
    Get 
    Set
'Usage
Dim instance As DtsServerType 
Dim value As Control 

value = CType(instance, IServerType2).Owner 

CType(instance, IServerType2).Owner = value
Control IServerType2.Owner { get; set; }
private:
virtual property Control^ Owner {
    Control^ get () sealed = IServerType2::Owner::get;
    void set (Control^ value) sealed = IServerType2::Owner::set;
}
private abstract Owner : Control with get, set 
private override Owner : Control with get, set
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Property Value

Type: Control
The owner control of the server.

Implements

IServerType2.Owner

See Also

Reference

DtsServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace