C# 클래스 SQLQueryStress.Form1.QueryStressSettings

파일 보기 프로젝트 열기: ErikEJ/SqlQueryStress 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CollectIoStats bool
CollectTimeStats bool
CommandTimeout int
ConnectionTimeout int
EnableConnectionPooling bool
ForceDataRetrieval bool
MainDbConnectionInfo DatabaseSelect.ConnectionInfo
MainQuery string
NumIterations int
NumThreads int
ParamDbConnectionInfo DatabaseSelect.ConnectionInfo
ParamMappings string>.Dictionary
ParamQuery string
ShareDbSettings bool

공개 메소드들

메소드 설명
QueryStressSettings ( ) : System

비공개 메소드들

메소드 설명
FixSettings ( StreamingContext context ) : void

메소드 상세

QueryStressSettings() 공개 메소드

public QueryStressSettings ( ) : System
리턴 System

프로퍼티 상세

CollectIoStats 공개적으로 프로퍼티

Collect I/O stats?
public bool CollectIoStats
리턴 bool

CollectTimeStats 공개적으로 프로퍼티

Collect time stats?
public bool CollectTimeStats
리턴 bool

CommandTimeout 공개적으로 프로퍼티

command timeout
public int CommandTimeout
리턴 int

ConnectionTimeout 공개적으로 프로퍼티

Connection Timeout
public int ConnectionTimeout
리턴 int

EnableConnectionPooling 공개적으로 프로퍼티

Enable pooling?
public bool EnableConnectionPooling
리턴 bool

ForceDataRetrieval 공개적으로 프로퍼티

Force the client to retrieve all data?
public bool ForceDataRetrieval
리턴 bool

MainDbConnectionInfo 공개적으로 프로퍼티

Connection info for the DB in which to run the test
public DatabaseSelect.ConnectionInfo,SQLQueryStress MainDbConnectionInfo
리턴 DatabaseSelect.ConnectionInfo

MainQuery 공개적으로 프로퍼티

main query to test
public string MainQuery
리턴 string

NumIterations 공개적으로 프로퍼티

Number of iterations to run per thread
public int NumIterations
리턴 int

NumThreads 공개적으로 프로퍼티

Number of threads to test with
public int NumThreads
리턴 int

ParamDbConnectionInfo 공개적으로 프로퍼티

Connection info for the DB from which to get the paramaters
public DatabaseSelect.ConnectionInfo,SQLQueryStress ParamDbConnectionInfo
리턴 DatabaseSelect.ConnectionInfo

ParamMappings 공개적으로 프로퍼티

mapped parameters
public Dictionary ParamMappings
리턴 string>.Dictionary

ParamQuery 공개적으로 프로퍼티

query from which to take parameters
public string ParamQuery
리턴 string

ShareDbSettings 공개적으로 프로퍼티

Should the main db and param db share the same settings? If so, use main db settings for the params
public bool ShareDbSettings
리턴 bool