Propriété IDTSInputColumnCollection100.Item
Gets the IDTSInputColumn100 object specified by the Index parameter.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSInputColumn100
Get
'Utilisation
Dim instance As IDTSInputColumnCollection100
Dim Index As Object
Dim value As IDTSInputColumn100
value = instance(Index)
IDTSInputColumn100 this[
Object Index
] { get; }
property IDTSInputColumn100^ default[[InAttribute] Object^ Index] {
IDTSInputColumn100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSInputColumn100
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- Index
Type : System.Object
The name or index of the IDTSInputColumn100 object to retrieve.
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
The IDTSInputColumn100 object specified by the Index parameter.
Notes
Input columns can be retrieved from the collection by name or index in the collection.