Item propriété
Gets the IDTSPathCollection100 object specified by the Index parameter.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSPath100
Get
'Utilisation
Dim instance As IDTSPathCollection100
Dim Index As Object
Dim value As IDTSPath100
value = instance(Index)
IDTSPath100 this[
Object Index
] { get; }
property IDTSPath100^ default[[InAttribute] Object^ Index] {
IDTSPath100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSPath100
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 IDTSPathCollection100 to retrieve.
Valeur de la propriété
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSPath100
The IDTSPath100 object specified by the Index parameter.