DtsServerType.IServerType.RequestedPropertySize Property

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: Size
The requested property size of the server using Size.

Implements

IServerType.RequestedPropertySize

See Also

Reference

DtsServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace