C# 클래스 Microsoft.SqlServer.TDS.EndPoint.TDSClientEndPoint

Client that talks TDS
파일 보기 프로젝트 열기: dotnet/corefx

Private Properties

프로퍼티 타입 설명
Log void

공개 메소드들

메소드 설명
Connect ( ) : void

Establish connection and log into the SQL Server

Disconnect ( ) : void

Log out and disconnect from SQL Server

SendRequest ( ) : void

Dispatch a request to the server

TDSClientEndPoint ( ITDSClient client ) : System

Initialization constructor

TDSClientEndPoint ( ITDSClient client, Func funcTDSStreamPreWriteCallBack, Action funcPostConnect, Action funcTCPClientDisconnect ) : System

Initialization constructor

비공개 메소드들

메소드 설명
Log ( string text ) : void

Write a string to the log

메소드 상세

Connect() 공개 메소드

Establish connection and log into the SQL Server
public Connect ( ) : void
리턴 void

Disconnect() 공개 메소드

Log out and disconnect from SQL Server
public Disconnect ( ) : void
리턴 void

SendRequest() 공개 메소드

Dispatch a request to the server
public SendRequest ( ) : void
리턴 void

TDSClientEndPoint() 공개 메소드

Initialization constructor
public TDSClientEndPoint ( ITDSClient client ) : System
client ITDSClient TDS client instance that will drive the communication with the TDS server
리턴 System

TDSClientEndPoint() 공개 메소드

Initialization constructor
public TDSClientEndPoint ( ITDSClient client, Func funcTDSStreamPreWriteCallBack, Action funcPostConnect, Action funcTCPClientDisconnect ) : System
client ITDSClient
funcTDSStreamPreWriteCallBack Func
funcPostConnect Action
funcTCPClientDisconnect Action
리턴 System