Partager via


Interface IDTSParameters100

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
Propriété publique Count Infrastructure. Gets the number of elements contained in the DTSReadOnlyCollectionBase instance.
Propriété publique Item Infrastructure. Gets a parameter object in the parameters collection with the specified index.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Infrastructure. Adds a parameter object to the parameters collection with the specified name and data type.
Méthode publique Contains Infrastructure. Determines whether a parameter object with the specified name is contained in the parameters collection.
Méthode publique GetEnumerator Infrastructure. Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance.
Méthode publique Join Infrastructure. Joins the specified parameter to the parameters collection.
Méthode publique Remove Infrastructure. Removes a parameter object from the parameters collection.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper