C# 클래스 DotNetWorkQueue.Transport.SqlServer.Basic.SqlServerJobSchema

Creates a table that stores data about scheduled jobs
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
GetSchema ( ) : List

Returns our schema as a list of tables.

SqlServerJobSchema ( TableNameHelper tableNameHelper ) : System.Collections.Generic

Initializes a new instance of the SqlServerJobSchema class.

비공개 메소드들

메소드 설명
CreateMainTable ( ) : Table

Creates the main table schema

GetOwner ( ) : string

Gets the schema owner

This is always 'dbo'

메소드 상세

GetSchema() 공개 메소드

Returns our schema as a list of tables.
public GetSchema ( ) : List
리턴 List

SqlServerJobSchema() 공개 메소드

Initializes a new instance of the SqlServerJobSchema class.
public SqlServerJobSchema ( TableNameHelper tableNameHelper ) : System.Collections.Generic
tableNameHelper TableNameHelper The table name helper.
리턴 System.Collections.Generic