C# Class Microsoft.SqlServer.TDS.SessionState.TDSSessionStateUserOptionsOption

Session state of the user options
Inheritance: TDSSessionStateOption
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Deflate ( Stream destination ) : void

Deflate state into the stream

Inflate ( Stream source ) : bool

Inflate from stream

TDSSessionStateUserOptionsOption ( ) : System

Default constructor

Method Details

Deflate() public méthode

Deflate state into the stream
public Deflate ( Stream destination ) : void
destination Stream
Résultat void

Inflate() public méthode

Inflate from stream
public Inflate ( Stream source ) : bool
source Stream
Résultat bool

TDSSessionStateUserOptionsOption() public méthode

Default constructor
public TDSSessionStateUserOptionsOption ( ) : System
Résultat System