SqlServerType.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)

구문

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

value = CType(instance, IServerType).RequestedPropertySize
Size IServerType.RequestedPropertySize { get; }
private:
virtual property Size RequestedPropertySize {
    Size get () sealed = IServerType::RequestedPropertySize::get;
}
private abstract RequestedPropertySize : Size 
private override RequestedPropertySize : Size
JScript는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

속성 값

유형: System.Drawing.Size
A size that represents the custom user control needs to render correctly.

구현

IServerType.RequestedPropertySize

참고 항목

참조

SqlServerType 클래스

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