C# 클래스 ZocBuild.Database.Errors.MultipleStatementError

Represents an error caused by a script containing more than one statements, separated by the GO keyword.
상속: BuildErrorBase
파일 보기 프로젝트 열기: Zocdoc/ZocBuild.Database 1 사용 예제들

공개 메소드들

메소드 설명
GetMessage ( ) : string

Returns the message for this error.

MultipleStatementError ( int count, int allotment ) : System

Creates an instance of a multiple statement error object.

메소드 상세

GetMessage() 공개 메소드

Returns the message for this error.
public GetMessage ( ) : string
리턴 string

MultipleStatementError() 공개 메소드

Creates an instance of a multiple statement error object.
public MultipleStatementError ( int count, int allotment ) : System
count int The number of statements in the script.
allotment int The upper bound on number of statements.
리턴 System