Classe ParameterInfos
Represents a collection of parameter objects.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Runtime.ParameterInfos
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
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
O tipo ParameterInfos expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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ício
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetEnumerator | Gets an enumerator for iterating through the parameter collection. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
IndexOf | Gets the index of the parameter with the specified name in the parameter collection. | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IEnumerable.GetEnumerator | Gets an enumerator for iterating through the parameter collection. |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.