ParameterInfos Class
Represents a collection of parameter objects.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of items contained in the parameter collection. |
![]() | Item[Int32] | Gets the parameter object in the parameter collection with the specified index. |
![]() | Item[String^] | Gets the parameter object in the parameter collection with the specified name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetEnumerator() | Gets an enumerator for iterating through the parameter collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(String^) | Gets the index of the parameter with the specified name in the parameter collection. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Gets an enumerator for iterating through the parameter collection. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



