Share via


ResultSetView.IBindingList.AddIndex 方法

命名空間:  System.Data.SqlServerCe
組件:  System.Data.SqlServerCe (在 System.Data.SqlServerCe.dll 中)

語法

'宣告
Private Sub AddIndex ( _
    property As PropertyDescriptor _
) Implements IBindingList.AddIndex
'用途
Dim instance As ResultSetView
Dim property As PropertyDescriptor

CType(instance, IBindingList).AddIndex(property)
void IBindingList.AddIndex(
    PropertyDescriptor property
)
private:
virtual void AddIndex(
    PropertyDescriptor^ property
) sealed = IBindingList::AddIndex
private abstract AddIndex : 
        property:PropertyDescriptor -> unit 
private override AddIndex : 
        property:PropertyDescriptor -> unit 
JScript 支援使用明確介面實作,但不支援新的宣告。

參數

實作

IBindingList.AddIndex(PropertyDescriptor)

請參閱

參考

ResultSetView 類別

System.Data.SqlServerCe 命名空間