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

Represents a table in SQL server
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
Script ( ) : string

Translates this table into a SQL script

Table ( string owner, string name ) : System.Collections.Generic

Initializes a new instance of the Table class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

Script() 공개 메소드

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

Table() 공개 메소드

Initializes a new instance of the Table class.
public Table ( string owner, string name ) : System.Collections.Generic
owner string The owner.
name string The name.
리턴 System.Collections.Generic

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string