Compartir a través de


Clase ParameterInfos

Represents a collection of parameter objects.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public NotInheritable Class ParameterInfos _
    Implements IEnumerable(Of ParameterInfo), IEnumerable
'Uso
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

El tipo ParameterInfos expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of items contained in the parameter collection.
Propiedad pública Item[Int32] Gets the parameter object in the parameter collection with the specified index.
Propiedad pública Item[String] Gets the parameter object in the parameter collection with the specified name.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetEnumerator Gets an enumerator for iterating through the parameter collection.
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público IndexOf Gets the index of the parameter with the specified name in the parameter collection.
Método público ToString (Se hereda de Object.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator Gets an enumerator for iterating through the parameter collection.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime