共用方式為


FilterParameterCollection.Item 屬性

取得或設定此集合中位於指定之索引上的篩選參數。

命名空間: Microsoft.Synchronization.Data.Server
組件: Microsoft.Synchronization.Data.Server (在 microsoft.synchronization.data.server.dll)

語法

'宣告
Public Default Property Item ( _
    index As Integer _
) As SqlParameter
'用途
Dim instance As FilterParameterCollection
Dim index As Integer
Dim value As SqlParameter

value = instance(index)

instance(index) = value
public SqlParameter this [
    int index
] { get; set; }
public:
property SqlParameter^ default [int] {
    SqlParameter^ get (int index);
    void set (int index, SqlParameter^ value);
}
/** @property */
public SqlParameter get_Item (int index)

/** @property */
public void set_Item (int index, SqlParameter value)

參數

屬性值

集合中位於指定之索引上的 SqlParameter 物件。

請參閱

參考

FilterParameterCollection 類別
FilterParameterCollection 成員
Microsoft.Synchronization.Data.Server 命名空間