ParameterInfos Class
SQL Server 2012
Represents a collection of parameter objects.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
The ParameterInfos type exposes the following members.
| 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 | (Inherited from Object.) |
![]() | GetEnumerator | Gets an enumerator for iterating through the parameter collection. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf | 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. |
