OlapServerType.IServerType.GenerateImage Method

Definition

Raises the Image event to load the specified icon for the server.

 virtual System::Drawing::Image ^ Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.GenerateImage() = Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType::GenerateImage;
System.Drawing.Image IServerType.GenerateImage ();
abstract member Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.GenerateImage : unit -> System.Drawing.Image
override this.Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.GenerateImage : unit -> System.Drawing.Image
Function GenerateImage () As Image Implements IServerType.GenerateImage

Returns

Image

The icon to load.

Implements

Applies to