DtsServerType.IServerType2.Owner 속성

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

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Private Property Owner As Control Implements IServerType2.Owner 
    Get 
    Set
‘사용 방법
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는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

속성 값

유형: System.Windows.Forms.Control
The owner control of the server.

구현

IServerType2.Owner

참고 항목

참조

DtsServerType 클래스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스