Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Represents a collection of parameter objects.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Dts.Runtime.ParameterInfos
Espace de noms : Microsoft.SqlServer.Dts.Runtime
Assembly : Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ParameterInfos _
Implements IEnumerable(Of ParameterInfo), IEnumerable
'Utilisation
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
Le type ParameterInfos expose les membres suivants.
Propriétés
| Nom | 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. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
GetEnumerator | Gets an enumerator for iterating through the parameter collection. |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
IndexOf | Gets the index of the parameter with the specified name in the parameter collection. |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
| Nom | Description | |
|---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Gets an enumerator for iterating through the parameter collection. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
.gif)
.gif)
.gif)
.gif)