Condividi tramite


Interfaccia IDTSConfigurations100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a collection of IDTSConfiguration100 objects.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("1443FC2D-D441-4D9A-8B10-71416203E2CF")> _
Public Interface IDTSConfigurations100 _
    Inherits IEnumerable
'Utilizzo
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

Nel tipo IDTSConfigurations100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Infrastruttura. Gets the number of elements in the collection.
Proprietà pubblica Item Infrastruttura. Gets a IDTSConfiguration100 object from the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Infrastruttura. Adds a IDTSConfiguration100 object to the end of the collection.
Metodo pubblico GetEnumerator Infrastruttura. Returns an enumerator for iterating over the IDTSConfiguration100 collection.
Metodo pubblico InsertAfter Infrastruttura. Adds a IDTSConfiguration100 object into the collection after an existing IDTSConfiguration100 object.
Metodo pubblico InsertBefore Infrastruttura. Adds a IDTSConfiguration100 object into the collection before an existing IDTSConfiguration100 object.
Metodo pubblico MoveAfter Infrastruttura. Relocates a IDTSConfiguration100 object after an existing IDTSConfiguration100 object.
Metodo pubblico MoveBefore Infrastruttura. Relocates a IDTSConfiguration100 object in front of an existing IDTSConfiguration100 object.
Metodo pubblico Remove Infrastruttura. Removes an IDTSConfiguration100 object from the collection.

In alto

Osservazioni

For more information, see Configurations.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper