Share via


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

陣列中以零起始的索引,此索引為資料來源運算式物件的所在位置。

傳回

要從 GetKnownTypes() 方法所傳回的已排序型別清單中建立之資料來源運算式的索引。

適用於