IDTSInputColumn100 Interface

Définition

public interface class IDTSInputColumn100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("EA1BA2A5-D09A-46ED-BF31-4D8AB1849100")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSInputColumn100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("EA1BA2A5-D09A-46ED-BF31-4D8AB1849100")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSInputColumn100 = interface
    interface IDTSObject100
Public Interface IDTSInputColumn100
Implements IDTSObject100
Attributs
Implémente

Remarques

Les colonnes d’entrée décrivent les colonnes qu’un composant reçoit, lit ou modifie lors de l’exécution. Ils contiennent des propriétés qui décrivent les données contenues dans la colonne lors de l’exécution du paquet. Ils sont créés en appelant les méthodes New ou NewAt de la IDTSInputColumnCollection100 collection.

S’applique à