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() 方法所傳回的已排序型別清單中建立之資料來源運算式的索引。