Partager via


Classe ParameterInfos

Represents a collection of parameter objects.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public NotInheritable Class ParameterInfos _
    Implements IEnumerable(Of ParameterInfo), IEnumerable
'Utilisation
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

Le type ParameterInfos expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Gets the number of items contained in the parameter collection.
Propriété publique Item[Int32] Gets the parameter object in the parameter collection with the specified index.
Propriété publique Item[String] Gets the parameter object in the parameter collection with the specified name.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetEnumerator Gets an enumerator for iterating through the parameter collection.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique IndexOf Gets the index of the parameter with the specified name in the parameter collection.
Méthode publique ToString (hérité de Object.)

Haut de la page

Implémentations d'interfaces explicites

  Nom Description
Implémentation d'interface expliciteMéthode privée IEnumerable.GetEnumerator Gets an enumerator for iterating through the parameter collection.

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime