Item propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see Connections.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
ReadOnly Default Property Item ( _
Key As Object _
) As IDTSConnectionManager100
Get
'Utilisation
Dim instance As IDTSConnections100
Dim Key As Object
Dim value As IDTSConnectionManager100
value = instance(Key)
IDTSConnectionManager100 this[
Object Key
] { get; }
property IDTSConnectionManager100^ default[[InAttribute] Object^ Key] {
IDTSConnectionManager100^ get ([InAttribute] Object^ Key);
}
abstract Item : IDTSConnectionManager100
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- Key
Type : System. . :: . .Object
Valeur de la propriété
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSConnectionManager100