摘要:
-- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON; begin CREATE TABLE #T ( EVENTTYPE VAR 阅读全文
摘要:
private void button1_Click(object sender, EventArgs e) { CloseExcelWorkbook("TestReport.xlsx"); } //put the following abbreviation to the "using" bloc 阅读全文