IDTSProperties100 Interface

Definição

Contém uma coleção de objetos IDTSProperty100 .

public interface class IDTSProperties100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("6A284448-12BC-4830-A58D-6E28FD26308D")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSProperties100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E94E9ACC-5E94-4312-B3E8-9B5ACA29BE77")]
public interface IDTSProperties100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("B7DEA4A1-5E9A-4A88-B0F1-0A7F346F4F46")]
public interface IDTSProperties100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("6A284448-12BC-4830-A58D-6E28FD26308D")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSProperties100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E94E9ACC-5E94-4312-B3E8-9B5ACA29BE77")>]
type IDTSProperties100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("B7DEA4A1-5E9A-4A88-B0F1-0A7F346F4F46")>]
type IDTSProperties100 = interface
    interface IEnumerable
Public Interface IDTSProperties100
Implements IEnumerable
Derivado
Atributos
Implementações

Comentários

Para obter mais informações, consulte DtsProperties.

Propriedades

Count

Obtém o número de elementos contidos na instância de IDTSProperties100.

Item[Object]

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

Métodos

Add(IDTSProperty100)

Adiciona uma propriedade à coleção.

GetEnumerator()

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

Aplica-se a