Поделиться через


Класс ParameterInfos

Represents a collection of parameter objects.

Иерархия наследования

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

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public NotInheritable Class ParameterInfos _
    Implements IEnumerable(Of ParameterInfo), IEnumerable
'Применение
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

Тип ParameterInfos обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetEnumerator Gets an enumerator for iterating through the parameter collection.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод IndexOf Gets the index of the parameter with the specified name in the parameter collection.
Открытый метод ToString (Производный от Object.)

В начало

Явные реализации интерфейса

  Имя Описание
Явная реализация интерфейсаЗакрытый метод IEnumerable.GetEnumerator Gets an enumerator for iterating through the parameter collection.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime