DataSourceExpressionCollection.CreateKnownType(Int32) 方法

定义

创建数据源表达式对象的实例。

protected:
 override System::Object ^ CreateKnownType(int index);
protected override object CreateKnownType (int index);
override this.CreateKnownType : int -> obj
Protected Overrides Function CreateKnownType (index As Integer) As Object

参数

index
Int32

数组中从零开始的索引,数据源表达式对象位于该索引位置处。

返回

Object

要基于 GetKnownTypes() 方法所返回类型的有序列表创建的数据源表达式的索引。

适用于