IDTSVariables100 Interface

Definição

Fornece as propriedades e os métodos para o trabalho em uma coleção de objetos IDTSVariable100.

public interface class IDTSVariables100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("D1A469BC-F371-4D15-832F-BACB50C162E9")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSVariables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2CD38B23-6C17-4025-A8B6-D2E497DD1DDC")]
public interface IDTSVariables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("12158F59-81D8-413E-A1AC-156585D2BEC5")]
public interface IDTSVariables100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("D1A469BC-F371-4D15-832F-BACB50C162E9")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSVariables100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2CD38B23-6C17-4025-A8B6-D2E497DD1DDC")>]
type IDTSVariables100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("12158F59-81D8-413E-A1AC-156585D2BEC5")>]
type IDTSVariables100 = interface
    interface IEnumerable
Public Interface IDTSVariables100
Implements IEnumerable
Derivado
Atributos
Implementações

Propriedades

Count

Obtém o número de elementos contidos na coleção.

Item[Object]

Obtém um objeto IDTSVariable100 da coleção.

Locked

Obtém um valor que indica se as variáveis da coleção estão bloqueadas.

Métodos

Add(String, Boolean, String, Object)

Adiciona um objeto de IDTSVariable100 à coleção.

Contains(Object)

Determina se os itens em uma coleção podem ser acessados usando indexação sem gerar uma exceção.

GetEnumerator()

Retorna um enumerador IEnumerator para uso na iteração pela coleção.

Join(IDTSVariable100)

Une o IDTSVariable100 à coleção.

Remove(Object)

Remove um objeto IDTSVariable100 da coleção.

Unlock()

Libera os bloqueios na coleção e sinaliza o estado da coleção como inválido ou desconhecido.

Aplica-se a