Freigeben über


TraceReader.Item-Eigenschaft (Int32)

Gets the column specified by the index position.

Namespace:  Microsoft.SqlServer.Management.Trace
Assembly:  Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Object 
    Get
'Usage
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 unterstützt die Verwendung indizierter Eigenschaften, aber nicht die Deklaration neuer Eigenschaften.

Parameter

  • index
    Typ: System.Int32
    An Int32 value that specifies the index position of the column in the record.

Eigenschaftswert

Typ: System.Object
An Object system object value that specifies the column.

Implementiert

IDataRecord.Item[Int32]

Beispiele

Readme_Tracer

Siehe auch

Verweis

TraceReader Klasse

Item-Überladung

Microsoft.SqlServer.Management.Trace-Namespace

Andere Ressourcen

Ablaufverfolgungsflags (Transact-SQL)

Vorlagen und Berechtigungen in SQL Server Profiler