public void CopyFrom(SqlConnData src) { Server = src.Server; AuthSQL = src.AuthSQL; User = src.User; Pwd = src.Pwd; Database = src.Database; }