Compartilhar via


Propriedade do RDL Item (Int32)

Gets the column specified by the index position.

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

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Object
    Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.

Parâmetros

Valor da propriedade

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

Implementa

IDataRecord. . :: . .Item[ ( [ ( Int32] ) ] )

Exemplos

Readme_Tracer