C# 클래스 IBE.SQL.DBProcess

상속: IDisposable
파일 보기 프로젝트 열기: Duke-Jones/ED-IBE 1 사용 예제들

공개 메소드들

메소드 설명
DBProcess ( DBProcessParams Parameter ) : System

starts the database process if it's not running

Dispose ( ) : void
IsConnectionOnPort ( UInt16 port ) : System.Boolean

returns true, if this port has a active tcp connection

IsListenerOnPort ( UInt16 port ) : System.Boolean

returns true, if this port has a active tcp listener

StopServer ( String user, String pass ) : void

stops the sql server

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

DBProcess() 공개 메소드

starts the database process if it's not running
public DBProcess ( DBProcessParams Parameter ) : System
Parameter DBProcessParams
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

IsConnectionOnPort() 공개 정적인 메소드

returns true, if this port has a active tcp connection
public static IsConnectionOnPort ( UInt16 port ) : System.Boolean
port System.UInt16
리턴 System.Boolean

IsListenerOnPort() 공개 정적인 메소드

returns true, if this port has a active tcp listener
public static IsListenerOnPort ( UInt16 port ) : System.Boolean
port System.UInt16
리턴 System.Boolean

StopServer() 공개 메소드

stops the sql server
public StopServer ( String user, String pass ) : void
user String
pass String
리턴 void