C# 클래스 TSqlFlex.Core.SqlRunParameters

상속: IDisposable
파일 보기 프로젝트 열기: nycdotnet/TSqlFlex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
command System.Data.SqlClient.SqlCommand
completedResultsCount System.UInt32
connStringBuilder System.Data.SqlClient.SqlConnectionStringBuilder
exceptionCount int
exceptionsText StringBuilder
outputFiles List
outputType string
resultsText StringBuilder
sqlToRun string
worksheetIsValid bool

공개 메소드들

메소드 설명
CopyStreamToEnd ( Stream source, Stream destination ) : void
Dispose ( ) : void
SqlRunParameters ( System.Data.SqlClient.SqlConnectionStringBuilder csb, string sqlToRun, string outputType, string outputFileName = "" ) : System
WriteToStream ( string dataToWrite ) : void
flushAndCloseOutputStreamIfNeeded ( ) : void
openNewOutputStream ( ) : void
outputFilename ( ) : string
saveOutputStreamTo ( string streamName, string saveAsFileName ) : void
saveOutputStreamsTo ( string saveAsFileNameWithAsteriskForIndex ) : void

비공개 메소드들

메소드 설명
getNextFileName ( ) : string

메소드 상세

CopyStreamToEnd() 공개 정적인 메소드

public static CopyStreamToEnd ( Stream source, Stream destination ) : void
source Stream
destination Stream
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SqlRunParameters() 공개 메소드

public SqlRunParameters ( System.Data.SqlClient.SqlConnectionStringBuilder csb, string sqlToRun, string outputType, string outputFileName = "" ) : System
csb System.Data.SqlClient.SqlConnectionStringBuilder
sqlToRun string
outputType string
outputFileName string
리턴 System

WriteToStream() 공개 메소드

public WriteToStream ( string dataToWrite ) : void
dataToWrite string
리턴 void

flushAndCloseOutputStreamIfNeeded() 공개 메소드

public flushAndCloseOutputStreamIfNeeded ( ) : void
리턴 void

openNewOutputStream() 공개 메소드

public openNewOutputStream ( ) : void
리턴 void

outputFilename() 공개 메소드

public outputFilename ( ) : string
리턴 string

saveOutputStreamTo() 공개 메소드

public saveOutputStreamTo ( string streamName, string saveAsFileName ) : void
streamName string
saveAsFileName string
리턴 void

saveOutputStreamsTo() 공개 메소드

public saveOutputStreamsTo ( string saveAsFileNameWithAsteriskForIndex ) : void
saveAsFileNameWithAsteriskForIndex string
리턴 void

프로퍼티 상세

command 공개적으로 프로퍼티

public SqlCommand,System.Data.SqlClient command
리턴 System.Data.SqlClient.SqlCommand

completedResultsCount 공개적으로 프로퍼티

public UInt32,System completedResultsCount
리턴 System.UInt32

connStringBuilder 공개적으로 프로퍼티

public SqlConnectionStringBuilder,System.Data.SqlClient connStringBuilder
리턴 System.Data.SqlClient.SqlConnectionStringBuilder

exceptionCount 공개적으로 프로퍼티

public int exceptionCount
리턴 int

exceptionsText 공개적으로 프로퍼티

public StringBuilder exceptionsText
리턴 StringBuilder

outputFiles 공개적으로 프로퍼티

public List outputFiles
리턴 List

outputType 공개적으로 프로퍼티

public string outputType
리턴 string

resultsText 공개적으로 프로퍼티

public StringBuilder resultsText
리턴 StringBuilder

sqlToRun 공개적으로 프로퍼티

public string sqlToRun
리턴 string

worksheetIsValid 공개적으로 프로퍼티

public bool worksheetIsValid
리턴 bool