Propriété IDTSConfigurations100.Item
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets a IDTSConfiguration100 object from the collection.
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 IDTSConfiguration100
Get
'Utilisation
Dim instance As IDTSConfigurations100
Dim Index As Object
Dim value As IDTSConfiguration100
value = instance(Index)
IDTSConfiguration100 this[
Object Index
] { get; }
property IDTSConfiguration100^ default[[InAttribute] Object^ Index] {
IDTSConfiguration100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSConfiguration100
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, description, ID, or index of the IDTSConfiguration100 object to return.
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100
A IDTSConfiguration100 object.