Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the Image event to load the specified icon for the server.
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 OlapServerType
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 icon to load.