Compartir a través de


Interfaz IDTSInputColumnCollection100

Contains a collection of IDTSInputColumn100 columns.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("24244D48-2764-4F79-8E33-4C9A7B8D4E2D")> _
Public Interface IDTSInputColumnCollection100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSInputColumnCollection100
[GuidAttribute("24244D48-2764-4F79-8E33-4C9A7B8D4E2D")]
public interface IDTSInputColumnCollection100 : IEnumerable
[GuidAttribute(L"24244D48-2764-4F79-8E33-4C9A7B8D4E2D")]
public interface class IDTSInputColumnCollection100 : IEnumerable
[<GuidAttribute("24244D48-2764-4F79-8E33-4C9A7B8D4E2D")>]
type IDTSInputColumnCollection100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSInputColumnCollection100 extends IEnumerable

El tipo IDTSInputColumnCollection100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of columns contained in a collection.
Propiedad pública Item Gets the IDTSInputColumn100 object specified by the Index parameter.

Arriba

Métodos

  Nombre Descripción
Método público FindObjectByID Locates the requested object in a collection by its ID.
Método público FindObjectIndexByID Locates the index of the requested object in a collection by its ID.
Método público GetEnumerator Returns an enumerator that can iterate through an IDTSInputColumnCollection100.
Método público GetInputColumnByLineageID Retrieves an IDTSInputColumn100 object that has the specified lineage ID.
Método público GetInputColumnByName Retrieves an IDTSInputColumn100 object having the specified name.
Método público GetObjectByID Gets the IDTSInputColumn100 object having the specified ID.
Método público GetObjectIndexByID Gets the index of an IDTSInputColumn100 object that has the specified ID.
Método público New Creates a new IDTSInputColumn100 and adds it to a collection.
Método público NewAt Creates a new IDTSInputColumn100 object and adds it to a collection at the specified index.
Método público RemoveAll Deletes every IDTSInputColumnCollection100 object in a collection.
Método público RemoveObjectByID Deletes an IDTSInputColumn100 object specified by ID.
Método público RemoveObjectByIndex Deletes an IDTSInputColumn100 at the specified location in the collection.
Método público SetIndex Changes the location of an IDTSInputColumn100 object specified by the lOldIndex parameter.

Arriba

Comentarios

The IDTSInputColumnCollection100 contains a collection of IDTSInputColumn100 objects. The collection provides the ability to add, delete, and enumerate the items in the collection.

The columns in the collection are typically inserted into the collection by calling the SetUsageType method of the design time interface. This method sets the UsageType property of a column and places it in the collection.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper