Propriété Item
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see PipelineComponentInfos.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSPipelineComponentInfo100
Get
'Utilisation
Dim instance As IDTSPipelineComponentInfos100
Dim Index As Object
Dim value As IDTSPipelineComponentInfo100
value = instance(Index)
IDTSPipelineComponentInfo100 this[
Object Index
] { get; }
property IDTSPipelineComponentInfo100^ default[[InAttribute] Object^ Index] {
IDTSPipelineComponentInfo100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSPipelineComponentInfo100
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
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSPipelineComponentInfo100