DataSourceExpressionCollection.CreateKnownType(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建数据源表达式对象的实例。
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
数组中从零开始的索引,数据源表达式对象位于该索引位置处。
返回
要基于 GetKnownTypes() 方法所返回类型的有序列表创建的数据源表达式的索引。