Propriedade do RDL MapValueInfoCollection.Item (String)
Gets the MapValueInfo 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 MapValueInfo
Get
'Uso
Dim instance As MapValueInfoCollection
Dim name As String
Dim value As MapValueInfo
value = instance(name)
public MapValueInfo this[
string name
] { get; }
public:
property MapValueInfo^ default[String^ name] {
MapValueInfo^ get (String^ name);
}
member Item : MapValueInfo
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 contains the name.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.XEvent.MapValueInfo
A MapValueInfo object with the specified name.