Compartir a través de


IDTSCustomPropertyCollection100 Interfaz

Definición

public interface class IDTSCustomPropertyCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("2D91D6F5-349E-452F-80E4-E7793F08C843")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomPropertyCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("2D91D6F5-349E-452F-80E4-E7793F08C843")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomPropertyCollection100 = interface
    interface IEnumerable
Public Interface IDTSCustomPropertyCollection100
Implements IEnumerable
Atributos
Implementaciones

Comentarios

Las propiedades personalizadas proporcionan un mecanismo para que los objetos de flujo de datos expongan propiedades adicionales más allá de las implementadas en la propia interfaz. Por ejemplo, el adaptador de origen OLE DB contiene una propiedad personalizada que permite al usuario especificar la instrucción SQL para el origen de datos.

La colección de propiedades personalizadas de la interfaz IDTSComponentMetaData100 se rellena durante una llamada al método ProvideComponentProperties. Las propiedades no se deben agregar a esta colección en ningún otro momento.

Las interfaces siguientes contienen una colección de propiedades personalizada:

  • IDTSComponentMetaData100

  • IDTSInput100

  • IDTSOutput100

  • IDTSInputColumn100

  • IDTSOutputColumn100

Propiedades

Count
Item[Object]

Métodos

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

Se aplica a