Propriedade do RDL TraceReader.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
- index
Tipo: System.Int32
An Int32 value that specifies the index position of the column in the record.
Valor da propriedade
Tipo: System.Object
An Object system object value that specifies the column.
Implementa
Exemplos
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Trace