C# 클래스 SchemaZen.Library.Models.Constraint

상속: INameable, IScriptable
파일 보기 프로젝트 열기: Zocdoc/schemazen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Clustered bool
Columns List
Filter string
IncludedColumns List
Table Table
Type string
Unique bool

공개 메소드들

메소드 설명
Constraint ( string name, string type, string columns ) : System.Collections.Generic
CreateCheckedConstraint ( string name, bool isNotForReplication, string checkConstraintExpression ) : Constraint
ScriptCreate ( ) : string

메소드 상세

Constraint() 공개 메소드

public Constraint ( string name, string type, string columns ) : System.Collections.Generic
name string
type string
columns string
리턴 System.Collections.Generic

CreateCheckedConstraint() 공개 정적인 메소드

public static CreateCheckedConstraint ( string name, bool isNotForReplication, string checkConstraintExpression ) : Constraint
name string
isNotForReplication bool
checkConstraintExpression string
리턴 Constraint

ScriptCreate() 공개 메소드

public ScriptCreate ( ) : string
리턴 string

프로퍼티 상세

Clustered 공개적으로 프로퍼티

public bool Clustered
리턴 bool

Columns 공개적으로 프로퍼티

public List Columns
리턴 List

Filter 공개적으로 프로퍼티

public string Filter
리턴 string

IncludedColumns 공개적으로 프로퍼티

public List IncludedColumns
리턴 List

Table 공개적으로 프로퍼티

public Table,SchemaZen.Library.Models Table
리턴 Table

Type 공개적으로 프로퍼티

public string Type
리턴 string

Unique 공개적으로 프로퍼티

public bool Unique
리턴 bool