Proprietà TraceReader.Item (Int32)
Gets the column specified by the index position.
Spazio dei nomi Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
index As Integer _
) As Object
Get
'Utilizzo
Dim instance As TraceReader
Dim index As Integer
Dim value As Object
value = instance(index)
public Object this[
int index
] { get; }
public:
virtual property Object^ default[int index] {
Object^ get (int index) sealed;
}
abstract Item : Object
override Item : Object
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- index
Tipo: System.Int32
An Int32 value that specifies the index position of the column in the record.
Valore proprietà
Tipo: System.Object
An Object system object value that specifies the column.
Implementa
Esempi
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Trace