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 the requested size of the property.
Namespace: Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly: ConnectionDlg (in ConnectionDlg.dll)
Syntax
'Declaration
Private ReadOnly Property RequestedPropertySize As Size
Implements IServerType.RequestedPropertySize
Get
'Usage
Dim instance As OlapServerType
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 supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Drawing.Size
The specified property size.
Implements
IServerType.RequestedPropertySize