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 property size of the server using Size.
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 DtsServerType
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 requested property size of the server using Size.
Implements
IServerType.RequestedPropertySize