RSType.GenerateImage Method ()

 

Applies To: SQL Server 2016 Preview

Gets a newly-instantiated icon that is displayed in the RSType.

Namespace:   Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

public Image GenerateImage()
public:
virtual Image^ GenerateImage() sealed
abstract GenerateImage : unit -> Image
override GenerateImage : unit -> Image
Public Function GenerateImage As Image

Return Value

Type: System.Drawing.Image

A newly-instantiated icon.

Implements

IServerType.GenerateImage()

See Also

RSType Class
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top