IServerType.GenerateImage Method ()

 

Applies To: SQL Server 2016 Preview

Returns a newly-instantiated icon that is displayed in the Registered Servers tree.

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

Syntax

Image GenerateImage()
Image^ GenerateImage()
abstract GenerateImage : unit -> Image
Function GenerateImage As Image

Return Value

Type: System.Drawing.Image

The newly-instantiated icon.

See Also

IServerType Interface
Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace

Return to top