C# 클래스 SqlJobExtension.SqlJob

상속: JobQueueCore.Job
파일 보기 프로젝트 열기: kennethchoe/JobQueue 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Connection System.Data.SqlClient.SqlConnection
CurlyParameterPattern System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
SqlJob ( ) : System

보호된 메소드들

메소드 설명
EnrichJobTaskBeforeExecution ( JobTaskBase jobTask ) : void

비공개 메소드들

메소드 설명
AddSqlJobTasksFromResourcesIfAny ( ) : void
ApplyParameters ( SqlJobTask sqlCmd ) : void
GetSqlFileNames ( IEnumerable allResourceNames ) : IEnumerable
GetSqlScript ( string resourceName ) : string
GetUndoSqlScriptIfFound ( IEnumerable allResourceNames, string resourceName ) : string
SetConnection ( ) : void

메소드 상세

EnrichJobTaskBeforeExecution() 보호된 메소드

protected EnrichJobTaskBeforeExecution ( JobTaskBase jobTask ) : void
jobTask JobTaskBase
리턴 void

SqlJob() 공개 메소드

public SqlJob ( ) : System
리턴 System

프로퍼티 상세

Connection 공개적으로 프로퍼티

public SqlConnection,System.Data.SqlClient Connection
리턴 System.Data.SqlClient.SqlConnection

CurlyParameterPattern 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions CurlyParameterPattern
리턴 System.Text.RegularExpressions.Regex