Propriedade do RDL Item (String)
Gets the column with the specified name.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (em Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As Object
Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System. . :: . .String
A String value that specifies the name of the column.
Valor da propriedade
Tipo: System. . :: . .Object
An Object system object value that specifies the column.
Implementa
Consulte também