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

Session state for the transaction isolation level and FIPS 127-2 compliance flags
상속: TDSSessionStateOption
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

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

Deflate state into the stream

Inflate ( Stream source ) : bool

Inflate from stream

TDSSessionStateISOFipsOption ( ) : 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

TDSSessionStateISOFipsOption() 공개 메소드

Default constructor
public TDSSessionStateISOFipsOption ( ) : System
리턴 System