C# 클래스 Microsoft.SqlServer.TDS.FeatureExtAck.TDSFeatureExtAckOption

A single option of the feature extension acknowledgement block
상속: IDeflatable, IInflatable
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
Deflate ( Stream destination ) : void

Deflate the token.

Inflate ( Stream source ) : bool

Inflate the token

TDSFeatureExtAckOption ( ) : System.IO

Initialization Constructor.

메소드 상세

Deflate() 공개 추상적인 메소드

Deflate the token.
public abstract Deflate ( Stream destination ) : void
destination System.IO.Stream
리턴 void

Inflate() 공개 추상적인 메소드

Inflate the token
public abstract Inflate ( Stream source ) : bool
source System.IO.Stream
리턴 bool

TDSFeatureExtAckOption() 공개 메소드

Initialization Constructor.
public TDSFeatureExtAckOption ( ) : System.IO
리턴 System.IO