SqlServerCeType.IServerType2.Owner Property

Gets or sets a value that owns the control.

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 SqlServerCeType 
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
A value that owns the control.

Implements

IServerType2.Owner

See Also

Reference

SqlServerCeType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace