获取或设置此连接信息集合对象中指定序号的连接信息对象。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public JoinItem this[ int index ] { get; set; } |
参数
- index
- Type: System..::.Int32
指定的序号。
C# |
---|
public JoinItem this[ int index ] { get; set; } |