Proprietà IDTSErrors100.Item
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets an IDTSError100 object from the collection.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSError100
Get
'Utilizzo
Dim instance As IDTSErrors100
Dim Index As Object
Dim value As IDTSError100
value = instance(Index)
IDTSError100 this[
Object Index
] { get; }
property IDTSError100^ default[[InAttribute] Object^ Index] {
IDTSError100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSError100
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- Index
Tipo: System.Object
The error number, index, or description of the IDTSError100 object to return.
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSError100
An IDTSError100 object.
Osservazioni
For more information, see DtsErrors.