Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.