Propriedade do RDL ReadOnlyEventColumnInfoCollection.Item (String)
Gets the ReadOnlyEventColumnInfo object with the specified name.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As ReadOnlyEventColumnInfo
Get
'Uso
Dim instance As ReadOnlyEventColumnInfoCollection
Dim name As String
Dim value As ReadOnlyEventColumnInfo
value = instance(name)
public ReadOnlyEventColumnInfo this[
string name
] { get; }
public:
property ReadOnlyEventColumnInfo^ default[String^ name] {
ReadOnlyEventColumnInfo^ get (String^ name);
}
member Item : ReadOnlyEventColumnInfo
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.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.XEvent.ReadOnlyEventColumnInfo
The ReadOnlyEventColumnInfo object with the specified name.