ParameterInfos Class
Represents a collection of parameter objects.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.ParameterInfos
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public NotInheritable Class ParameterInfos _
Implements IEnumerable(Of ParameterInfo), IEnumerable
'Usage
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
The ParameterInfos type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetEnumerator | Gets an enumerator for iterating through the parameter collection. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Gets the index of the parameter with the specified name in the parameter collection. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Gets an enumerator for iterating through the parameter collection. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.