C# 클래스 Net.Sf.Dbdeploy.DbDeployer

파일 보기 프로젝트 열기: brunomlopes/dbdeploy.net 1 사용 예제들

공개 메소드들

메소드 설명
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