C# Class AnfiniL.SqlExpressProfiler.Controls.GeneralTracePropertiesControl

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: ren85/free-sql-server-profiler

Public Methods

Method Description
GeneralTracePropertiesControl ( ) : System
TestConnection ( ) : bool

Tests the connection.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddPasswordBindingToSettings ( ) : void
GeneralTracePropertiesControl_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

LoadAuthenticationList ( ) : void
LoadServerList ( ) : void
authenticationComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
fileSelectorControl1_Load ( object sender, EventArgs e ) : void
numericUpDown1_ValueChanged ( object sender, EventArgs e ) : void
rawConnectionStringCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
savePasswordCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
serverNameComboBox_DropDown ( object sender, EventArgs e ) : void
testConnectionButton_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

GeneralTracePropertiesControl() public method

public GeneralTracePropertiesControl ( ) : System
return System

TestConnection() public method

Tests the connection.
public TestConnection ( ) : bool
return bool