C# Class Xnlab.SQLMon.UI.UserQuery

Afficher le fichier Open project: unruledboy/SQLMonitor

Méthodes publiques

Méthode Description
Cancel ( ) : void
Execute ( ) : void
UserQuery ( ) : System
UserQuery ( string query, ServerInfo server ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnChangeConnectionClick ( object sender, EventArgs e ) : void
OnCompareScriptClick ( object sender, EventArgs e ) : void
OnContentDragDrop ( object sender, DragEventArgs e ) : void
OnContentDragEnter ( object sender, DragEventArgs e ) : void
OnOpenScriptClick ( object sender, EventArgs e ) : void
OnQueryDataGridDataError ( object sender, System.Windows.Forms.DataGridViewDataErrorEventArgs e ) : void
OnSaveScriptClick ( object sender, EventArgs e ) : void
OnSqlKeyDown ( object sender, KeyEventArgs e ) : void
OpenScript ( ) : void
SaveScript ( ) : void
SetCommand ( bool cancel ) : void
StartQuery ( object state ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

UserQuery() public méthode

public UserQuery ( ) : System
Résultat System

UserQuery() public méthode

public UserQuery ( string query, ServerInfo server ) : System
query string
server ServerInfo
Résultat System