Interfaccia IDTSForEachVariableMappings100

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

Represents an interface of the ForEachVariableMappings object.

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

Sintassi

'Dichiarazione
<GuidAttribute("825A88DA-F230-457A-A44F-C995A8B0F751")> _
Public Interface IDTSForEachVariableMappings100 _
    Inherits IEnumerable
'Utilizzo
Dim instance As IDTSForEachVariableMappings100
[GuidAttribute("825A88DA-F230-457A-A44F-C995A8B0F751")]
public interface IDTSForEachVariableMappings100 : IEnumerable
[GuidAttribute(L"825A88DA-F230-457A-A44F-C995A8B0F751")]
public interface class IDTSForEachVariableMappings100 : IEnumerable
[<GuidAttribute("825A88DA-F230-457A-A44F-C995A8B0F751")>]
type IDTSForEachVariableMappings100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSForEachVariableMappings100 extends IEnumerable

Nel tipo IDTSForEachVariableMappings100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Infrastruttura. Gets the number or elements contained in the collection.
Proprietà pubblica Item Infrastruttura. Gets an IDTSForEachVariableMappings100 object from the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Infrastruttura. Adds a new collection to the IDTSForEachVariableMappings100 collection.
Metodo pubblico GetEnumerator Infrastruttura. Returns an enumerator for use in iterating over the collection.
Metodo pubblico Remove Infrastruttura. Removes a specified collection from the IDTSForEachVariableMappings100 collection.

In alto

Vedere anche

Riferimento

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