Share via


ParameterInfos Class

Represents a collection of parameter objects.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.ParameterInfos

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public NotInheritable Class ParameterInfos _
    Implements IEnumerable(Of ParameterInfo), IEnumerable
'Usage
Dim instance As ParameterInfos
public sealed class ParameterInfos : IEnumerable<ParameterInfo>, 
    IEnumerable
public ref class ParameterInfos sealed : IEnumerable<ParameterInfo^>, 
    IEnumerable
[<SealedAttribute>]
type ParameterInfos =  
    class 
        interface IEnumerable<ParameterInfo>
        interface IEnumerable 
    end
public final class ParameterInfos implements IEnumerable<ParameterInfo>, IEnumerable

The ParameterInfos type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of items contained in the parameter collection.
Public property Item[Int32] Gets the parameter object in the parameter collection with the specified index.
Public property Item[String] Gets the parameter object in the parameter collection with the specified name.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetEnumerator Gets an enumerator for iterating through the parameter collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Gets the index of the parameter with the specified name in the parameter collection.
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator Gets an enumerator for iterating through the parameter collection.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace