SqlServerType.IServerType.GenerateImage Method

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

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

Syntax

'Declaration
Private Function GenerateImage As Image 
    Implements IServerType.GenerateImage
'Usage
Dim instance As SqlServerType 
Dim returnValue As Image 

returnValue = CType(instance, IServerType).GenerateImage()
Image IServerType.GenerateImage()
private:
virtual Image^ GenerateImage() sealed = IServerType::GenerateImage
private abstract GenerateImage : unit -> Image  
private override GenerateImage : unit -> Image
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Return Value

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

Implements

IServerType.GenerateImage()

See Also

Reference

SqlServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace