C# Класс AnfiniL.SqlExpressProfiler.Controls.GeneralTracePropertiesControl

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
GeneralTracePropertiesControl ( ) : System
TestConnection ( ) : bool

Tests the connection.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

GeneralTracePropertiesControl() публичный Метод

public GeneralTracePropertiesControl ( ) : System
Результат System

TestConnection() публичный Метод

Tests the connection.
public TestConnection ( ) : bool
Результат bool