Propriété Item
Gets the IDTSCustomProperty100 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 IDTSCustomProperty100
Get
'Utilisation
Dim instance As IDTSCustomPropertyCollection100
Dim Index As Object
Dim value As IDTSCustomProperty100
value = instance(Index)
IDTSCustomProperty100 this[
Object Index
] { get; }
property IDTSCustomProperty100^ default[[InAttribute] Object^ Index] {
IDTSCustomProperty100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSCustomProperty100
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 IDTSCustomProperty100 to retrieve.
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSCustomProperty100
The IDTSCustomProperty100 specified by the Index parameter.