The UNREGISTER MIGRATION SOURCE STORAGE UNIT syntax is used to unregister migration source storage unit from the current connection
UnregisterMigrationSourceStorageUnit ::=
  'UNREGISTER' 'MIGRATION' 'SOURCE' 'STORAGE' 'UNIT' storageUnitName  (',' storageUnitName)* 
storageUnitName ::=
  identifier
UNREGISTER MIGRATION SOURCE STORAGE UNIT will only unregister storage unit in Proxy, the real data source corresponding to the storage unit will not be
dropped;UNREGISTER MIGRATION SOURCE STORAGE UNIT ds_0;
UNREGISTER MIGRATION SOURCE STORAGE UNIT ds_1, ds_2;
UNREGISTER、MIGRATION、SOURCE、STORAGE、UNIT
