IServerType.GenerateImage Method

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

'Declaration
Function GenerateImage As Image
'Usage
Dim instance As IServerType 
Dim returnValue As Image 

returnValue = instance.GenerateImage()
Image GenerateImage()
Image^ GenerateImage()
abstract GenerateImage : unit -> Image
function GenerateImage() : Image

Return Value

Type: System.Drawing.Image
The newly-instantiated icon.

See Also

Reference

IServerType Interface

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace