Condividi tramite


Classe ParameterInfos

Represents a collection of parameter objects.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ParameterInfos _
    Implements IEnumerable(Of ParameterInfo), IEnumerable
'Utilizzo
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

Nel tipo ParameterInfos sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of items contained in the parameter collection.
Proprietà pubblica Item[Int32] Gets the parameter object in the parameter collection with the specified index.
Proprietà pubblica Item[String] Gets the parameter object in the parameter collection with the specified name.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetEnumerator Gets an enumerator for iterating through the parameter collection.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico IndexOf Gets the index of the parameter with the specified name in the parameter collection.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IEnumerable.GetEnumerator Gets an enumerator for iterating through the parameter collection.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime