自定义分类:复制和克隆实例
Attention
This behavior change is in the 2024_06 bundle.
For the current status of the bundle, refer to Bundle History.
CUSTOM_CLASSIFIER 类的实例在复制和克隆方面的行为如下:
- Before the change:
既不复制也不克隆实例。
- After the change:
复制包含实例的数据库时,也将复制实例。刷新目标账户即可看到这些实例。
克隆包含实例的架构时,也将克隆实例。
Instances of other classes are not affected.
参考:1688