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

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

공개 메소드들

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

Deflate state into the stream

Inflate ( Stream source ) : bool

Inflate from stream

TDSSessionStateDateFirstDateFormatOption ( ) : System

Default constructor

비공개 메소드들

메소드 설명
_ToEnum ( byte value ) : DateFormatType

Convert a wire representation to enum

_ToValue ( DateFormatType value ) : byte

Convert enum to wire format

메소드 상세

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

TDSSessionStateDateFirstDateFormatOption() 공개 메소드

Default constructor
public TDSSessionStateDateFirstDateFormatOption ( ) : System
리턴 System