Partager via


Interface IDTSConfigurations100

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 collection of IDTSConfiguration100 objects.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("1443FC2D-D441-4D9A-8B10-71416203E2CF")> _
Public Interface IDTSConfigurations100 _
    Inherits IEnumerable
'Utilisation
Dim instance As IDTSConfigurations100
[GuidAttribute("1443FC2D-D441-4D9A-8B10-71416203E2CF")]
public interface IDTSConfigurations100 : IEnumerable
[GuidAttribute(L"1443FC2D-D441-4D9A-8B10-71416203E2CF")]
public interface class IDTSConfigurations100 : IEnumerable
[<GuidAttribute("1443FC2D-D441-4D9A-8B10-71416203E2CF")>]
type IDTSConfigurations100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSConfigurations100 extends IEnumerable

Le type IDTSConfigurations100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Infrastructure. Gets the number of elements in the collection.
Propriété publique Item Infrastructure. Gets a IDTSConfiguration100 object from the collection.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Infrastructure. Adds a IDTSConfiguration100 object to the end of the collection.
Méthode publique GetEnumerator Infrastructure. Returns an enumerator for iterating over the IDTSConfiguration100 collection.
Méthode publique InsertAfter Infrastructure. Adds a IDTSConfiguration100 object into the collection after an existing IDTSConfiguration100 object.
Méthode publique InsertBefore Infrastructure. Adds a IDTSConfiguration100 object into the collection before an existing IDTSConfiguration100 object.
Méthode publique MoveAfter Infrastructure. Relocates a IDTSConfiguration100 object after an existing IDTSConfiguration100 object.
Méthode publique MoveBefore Infrastructure. Relocates a IDTSConfiguration100 object in front of an existing IDTSConfiguration100 object.
Méthode publique Remove Infrastructure. Removes an IDTSConfiguration100 object from the collection.

Haut de la page

Notes

For more information, see Configurations.

Voir aussi

Référence

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