判断指定的两个版本间是否有继承关系。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public bool CheckInheritingRelation( string childVersionName, string ancestorVersionName ) |
参数
- childVersionName
- Type: System..::.String
指定的子版本名称。
- ancestorVersionName
- Type: System..::.String
指定的父版本名称。