Proprietà TraceReader.Item (String)
Gets the column with the specified name.
Spazio dei nomi Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As Object
Get
'Utilizzo
Dim instance As TraceReader
Dim name As String
Dim value As Object
value = instance(name)
public Object this[
string name
] { get; }
public:
virtual property Object^ default[String^ name] {
Object^ get (String^ name) sealed;
}
abstract Item : Object
override Item : Object
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System.String
A String value that specifies the name of the column.
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