Compartir a través de


IDTSProperties100 Interfaz

Definición

Contiene una colección 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
Implementaciones

Comentarios

Para obtener más información, vea DtsProperties.

Propiedades

Count

Obtiene el número de elementos contenidos en la instancia de IDTSProperties100.

Item[Object]

Obtiene un objeto IDTSProperty100 de la colección.

Métodos

Add(IDTSProperty100)

Agrega una propiedad a la colección.

GetEnumerator()

Devuelve un enumerador para recorrer la colección IDTSProperties100.

Se aplica a