DbParameterCollection.IDataParameterCollection.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定索引位置上取得或設定參數。
property System::Object ^ System::Data::IDataParameterCollection::Item[System::String ^] { System::Object ^ get(System::String ^ parameterName); void set(System::String ^ parameterName, System::Object ^ value); };
object System.Data.IDataParameterCollection.Item[string parameterName] { get; set; }
member this.System.Data.IDataParameterCollection.Item(string) : obj with get, set
Property Item(parameterName As String) As Object Implements IDataParameterCollection.Item
參數
- parameterName
- String
要擷取的參數名稱。
屬性值
位於指定索引位置上的 Object。
實作
備註
這個成員是明確介面成員實作, 只有在 DbParameterCollection 執行個體轉換成 IDataParameterCollection 介面時,才能使用這個成員。
如需詳細資訊,請參閱Item[]。
適用於
另請參閱
- ADO.NET 概觀 \(部分機器翻譯\)