ParameterInfos Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collection of parameter objects.
public ref class ParameterInfos sealed : System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Dts::Runtime::ParameterInfo ^>
public sealed class ParameterInfos : System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dts.Runtime.ParameterInfo>
type ParameterInfos = class
interface seq<ParameterInfo>
interface IEnumerable
Public NotInheritable Class ParameterInfos
Implements IEnumerable(Of ParameterInfo)
- Inheritance
-
ParameterInfos
- Implements
Properties
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. |
Methods
GetEnumerator() |
Gets an enumerator for iterating through the parameter collection. |
IndexOf(String) |
Gets the index of the parameter with the specified name in the parameter collection. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets an enumerator for iterating through the parameter collection. |