RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

SqlServerDataProcessor Members

The SqlServerDataProcessor type exposes the following members.

Methods


  Name Description
Public method DropDatabase
Drops the database.
Public method GetDatabaseListSql
Implement this to create and open the database connection.
Public method GetDropDatabaseSql
Gets the drop database SQL.
Public method TestConnection
Tests the connection.

Properties


  Name Description
Public property ConnectionString
Gets the database connection string.
Public property Database
Gets or sets the database.
Public property Password
Gets or sets the password.
Public property SecurityType
Gets or sets the type of the SQL Server security.
Public property Server
Gets or sets the server name.
Public property SqlGenerator
Implement this to create and return the SQL generator which will be used in GetData.
Public property UserName
Gets or sets the name of the user.