Propriedade do RDL TargetCollection.Item (String)
Gets the Target 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 Target
Get
'Uso
Dim instance As TargetCollection
Dim name As String
Dim value As Target
value = instance(name)
public Target this[
string name
] { get; }
public:
property Target^ default[String^ name] {
Target^ get (String^ name);
}
member Item : Target
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.Target
The Target object with the specified name