Interface IDTSForEachVariableMappings100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents an interface of the ForEachVariableMappings object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("825A88DA-F230-457A-A44F-C995A8B0F751")> _
Public Interface IDTSForEachVariableMappings100 _
Inherits IEnumerable
'Uso
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
O tipo IDTSForEachVariableMappings100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Infraestrutura. Gets the number or elements contained in the collection. | |
Item | Infraestrutura. Gets an IDTSForEachVariableMappings100 object from the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | Infraestrutura. Adds a new collection to the IDTSForEachVariableMappings100 collection. | |
GetEnumerator | Infraestrutura. Returns an enumerator for use in iterating over the collection. | |
Remove | Infraestrutura. Removes a specified collection from the IDTSForEachVariableMappings100 collection. |
Início