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 | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetEnumerator | Gets an enumerator for iterating through the parameter collection. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
IndexOf | Gets the index of the parameter with the specified name in the parameter collection. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
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.