C# Класс Net.Sf.Dbdeploy.DbDeployer

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Execute ( DbDeployConfig config, TextWriter infoWriter ) : void

Executes the a database deployment with the specified config.

GenerateWelcomeString ( ) : string

Generates the welcome string.

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

Метод Описание
CheckForRequiredParameter ( object parameterValue, string parameterName ) : void

Checks for required parameter.

CheckForRequiredParameter ( string parameterValue, string parameterName ) : void

Checks for required parameter.

Validate ( DbDeployConfig config, TextWriter infoWriter ) : void

Validates the specified config.

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

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

Executes the a database deployment with the specified config.
SQLCMD mode can only be applied against an mssql database.
public Execute ( DbDeployConfig config, TextWriter infoWriter ) : void
config DbDeployConfig The config.
infoWriter System.IO.TextWriter The info writer.
Результат void

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

Generates the welcome string.
public GenerateWelcomeString ( ) : string
Результат string