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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.EventProperty
An EventProperty object value that specifies the event property that has the specified name.

Exemplos

Usando coleções

Consulte também

Referência

EventPropertyCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Smo