IServerType.RequestedPropertySize 속성

Gets the size that the custom user control needs to render correctly. This is used by both the advanced view of the connection dialog box and the New Server Registration dialog box to ensure that they expose enough screen space for the whole control to be visible.

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

구문

‘선언
ReadOnly Property RequestedPropertySize As Size 
    Get
‘사용 방법
Dim instance As IServerType 
Dim value As Size 

value = instance.RequestedPropertySize
Size RequestedPropertySize { get; }
property Size RequestedPropertySize {
    Size get ();
}
abstract RequestedPropertySize : Size
function get RequestedPropertySize () : Size

속성 값

유형: System.Drawing.Size
The size of the custom user control.

참고 항목

참조

IServerType 인터페이스

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