when I insert some rows into table named "User" with SqlBulkCopy,I got a Exception
"System.InvalidOperationException:“无法访问目标表“User”。""(The target table "User" could not be accessed.)
and the inner exception is
"SqlException: 关键字 'User' 附近有语法错误。"(There is a syntax error near the keyword 'User'.)