C# 클래스 Deprovisioning, qmap

파일 보기 프로젝트 열기: NathanW2/qmap 1 사용 예제들

공개 메소드들

메소드 설명
DeprovisonScope ( SqlConnection conn, string scope ) : bool

Deprovsions the scope from the database.

DropTable ( SqlConnection conn, string table ) : void

Drop the table from the database if it exists.

DropTableGeomTrigger ( SqlConnection conn, string table ) : void

Drop the GEOM SRID correction trigger from the table.

RemoveFromScopesTable ( SqlConnection conn, string scope ) : void

메소드 상세

DeprovisonScope() 공개 정적인 메소드

Deprovsions the scope from the database.
public static DeprovisonScope ( SqlConnection conn, string scope ) : bool
conn SqlConnection
scope string
리턴 bool

DropTable() 공개 정적인 메소드

Drop the table from the database if it exists.
public static DropTable ( SqlConnection conn, string table ) : void
conn SqlConnection Connection to the database
table string The table to drop.
리턴 void

DropTableGeomTrigger() 공개 정적인 메소드

Drop the GEOM SRID correction trigger from the table.
public static DropTableGeomTrigger ( SqlConnection conn, string table ) : void
conn SqlConnection
table string
리턴 void

RemoveFromScopesTable() 공개 정적인 메소드

public static RemoveFromScopesTable ( SqlConnection conn, string scope ) : void
conn SqlConnection
scope string
리턴 void