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