Propriété IDTSLogProviderInfos100.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 IDTSLogProviderInfo100 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 IDTSLogProviderInfo100
Get
'Utilisation
Dim instance As IDTSLogProviderInfos100
Dim Index As Object
Dim value As IDTSLogProviderInfo100
value = instance(Index)
IDTSLogProviderInfo100 this[
Object Index
] { get; }
property IDTSLogProviderInfo100^ default[[InAttribute] Object^ Index] {
IDTSLogProviderInfo100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSLogProviderInfo100
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 object to return from the collection.
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProviderInfo100
A IDTSLogProviderInfo100 object from the collection.