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.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents a class used by both the package parameters and project parameters collection.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")> _
Public Interface IDTSParameters100 _
Inherits IEnumerable
'Utilisation
Dim instance As IDTSParameters100
[GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface IDTSParameters100 : IEnumerable
[GuidAttribute(L"ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface class IDTSParameters100 : IEnumerable
[<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")>]
type IDTSParameters100 =
interface
interface IEnumerable
end
public interface IDTSParameters100 extends IEnumerable
Le type IDTSParameters100 expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Count | Infrastructure. Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. |
![]() |
Item | Infrastructure. Gets a parameter object in the parameters collection with the specified index. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Add | Infrastructure. Adds a parameter object to the parameters collection with the specified name and data type. |
![]() |
Contains | Infrastructure. Determines whether a parameter object with the specified name is contained in the parameters collection. |
![]() |
GetEnumerator | Infrastructure. Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. |
![]() |
Join | Infrastructure. Joins the specified parameter to the parameters collection. |
![]() |
Remove | Infrastructure. Removes a parameter object from the parameters collection. |
Haut de la page
.gif)
.gif)