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 LogEntryInfos.
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 IDTSLogEntryInfo100
Get
'Utilisation
Dim instance As IDTSLogEntryInfos100
Dim Index As Object
Dim value As IDTSLogEntryInfo100
value = instance(Index)
IDTSLogEntryInfo100 this[
Object Index
] { get; }
property IDTSLogEntryInfo100^ default[[InAttribute] Object^ Index] {
IDTSLogEntryInfo100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSLogEntryInfo100
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. . :: . .IDTSLogEntryInfo100
Voir aussi