Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.Windows.Forms.Control
The owner control of the server.