C# Class Microsoft.SqlServer.TDS.FeatureExtAck.TDSFeatureExtAckOption

A single option of the feature extension acknowledgement block
Inheritance: IDeflatable, IInflatable
Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
Deflate ( Stream destination ) : void

Deflate the token.

Inflate ( Stream source ) : bool

Inflate the token

TDSFeatureExtAckOption ( ) : System.IO

Initialization Constructor.

Method Details

Deflate() public abstract method

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

Inflate() public abstract method

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

TDSFeatureExtAckOption() public method

Initialization Constructor.
public TDSFeatureExtAckOption ( ) : System.IO
return System.IO