C# 클래스 Microsoft.SqlServer.TDS.Row.TDSNBCRowToken

Token that corresponds to the row of data with null-byte compression
상속: TDSRowTokenBase
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
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

TDSNBCRowToken ( TDSColMetadataToken metadata ) : System

Initialization 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

TDSNBCRowToken() 공개 메소드

Initialization constructor
public TDSNBCRowToken ( TDSColMetadataToken metadata ) : System
metadata Microsoft.SqlServer.TDS.ColMetadata.TDSColMetadataToken
리턴 System