C# Class Microsoft.SqlServer.TDS.EnvChange.TDSEnvChangeToken

Environment change token "ENVCHANGE"
Inheritance: TDSPacketToken
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
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

TDSEnvChangeToken ( ) : System

Default constructor

TDSEnvChangeToken ( TDSEnvChangeTokenType type ) : System

Initialization constructor

TDSEnvChangeToken ( TDSEnvChangeTokenType type, object newValue ) : System

Initialization constructor

TDSEnvChangeToken ( TDSEnvChangeTokenType type, object newValue, object oldValue ) : System

Initialization constructor

Method Details

Deflate() public méthode

Deflate the token
public Deflate ( Stream destination ) : void
destination Stream Stream to deflate token to
Résultat void

Inflate() public méthode

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
Résultat bool

TDSEnvChangeToken() public méthode

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

TDSEnvChangeToken() public méthode

Initialization constructor
public TDSEnvChangeToken ( TDSEnvChangeTokenType type ) : System
type TDSEnvChangeTokenType
Résultat System

TDSEnvChangeToken() public méthode

Initialization constructor
public TDSEnvChangeToken ( TDSEnvChangeTokenType type, object newValue ) : System
type TDSEnvChangeTokenType
newValue object
Résultat System

TDSEnvChangeToken() public méthode

Initialization constructor
public TDSEnvChangeToken ( TDSEnvChangeTokenType type, object newValue, object oldValue ) : System
type TDSEnvChangeTokenType
newValue object
oldValue object
Résultat System