Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets or sets the SqlCeParameter with a specified attribute.
[C#] In C#, this property is the indexer for the SqlCeParameterCollection class.
Overload List
Gets or sets the SqlCeParameter with the specified name.
[Visual Basic] Overloads Public Default Property Item(String) As SqlCeParameter
[C++] public: __property SqlCeParameter* get_Item(String*);
public: __property void set_Item(String*, SqlCeParameter*);
[JScript] SqlCeParameterCollection.Item (String)
Gets or sets the SqlCeParameter at the specified index.
[Visual Basic] Overloads Public Default Property Item(Integer) As SqlCeParameter
[C++] public: __property SqlCeParameter* get_Item(int);
public: __property void set_Item(int, SqlCeParameter*);
[JScript] SqlCeParameterCollection.Item (int)
See Also
SqlCeParameterCollection Class | SqlCeParameterCollection Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.