IDTSCustomPropertyCollection100 Interfaz

Definición

public interface class IDTSCustomPropertyCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8939CEC8-CEA6-4180-9EE0-504A4E4593CF")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomPropertyCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("8939CEC8-CEA6-4180-9EE0-504A4E4593CF")>]
[<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 IDTSComponentMetaData100 interfaz se rellena durante una llamada al ProvideComponentProperties método . 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:

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