C# 클래스 Microsoft.SqlServer.TDS.SessionState.TDSSessionStateUserOptionsOption

Session state of the user options
상속: TDSSessionStateOption
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

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

Deflate state into the stream

Inflate ( Stream source ) : bool

Inflate from stream

TDSSessionStateUserOptionsOption ( ) : System

Default constructor

메소드 상세

Deflate() 공개 메소드

Deflate state into the stream
public Deflate ( Stream destination ) : void
destination Stream
리턴 void

Inflate() 공개 메소드

Inflate from stream
public Inflate ( Stream source ) : bool
source Stream
리턴 bool

TDSSessionStateUserOptionsOption() 공개 메소드

Default constructor
public TDSSessionStateUserOptionsOption ( ) : System
리턴 System