I have this C# working code now.
using (var bulk = new SqlBulkCopy(_connectionString)) { bulk.DestinationTableName = "Person"; bulk.WriteToServe