C# Класс Microsoft.SqlServer.TDS.SQLBatch.TDSSQLBatchToken

Login acknowledgement packet
Наследование: TDSPacketToken
Показать файл Открыть проект

Открытые методы

Метод Описание
Deflate ( Stream destination ) : void

Deflate the token

Inflate ( Stream source ) : bool

Inflate the token NOTE: This operation is not continuable and assumes that the entire token is available in the stream

TDSSQLBatchToken ( ) : System

Default constructor

TDSSQLBatchToken ( Stream source ) : System

Inflating constructor

Описание методов

Deflate() публичный Метод

Deflate the token
public Deflate ( Stream destination ) : void
destination Stream Stream to deflate token to
Результат void

Inflate() публичный Метод

Inflate the token NOTE: This operation is not continuable and assumes that the entire token is available in the stream
public Inflate ( Stream source ) : bool
source Stream Stream to inflate the token from
Результат bool

TDSSQLBatchToken() публичный Метод

Default constructor
public TDSSQLBatchToken ( ) : System
Результат System

TDSSQLBatchToken() публичный Метод

Inflating constructor
public TDSSQLBatchToken ( Stream source ) : System
source Stream
Результат System