C# 클래스 DotNetWorkQueue.Transport.SqlServer.Schema.Identity

Represents an identity property of a column
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : Identity

Clones this instance.

Identity ( int seed, int increment )

Initializes a new instance of the Identity class.

Script ( ) : string

Translates this identity into a SQL script

메소드 상세

Clone() 공개 메소드

Clones this instance.
public Clone ( ) : Identity
리턴 Identity

Identity() 공개 메소드

Initializes a new instance of the Identity class.
public Identity ( int seed, int increment )
seed int The seed.
increment int The increment.

Script() 공개 메소드

Translates this identity into a SQL script
public Script ( ) : string
리턴 string