Item Propiedad (String)
Gets the EventProperty object that has the specified name.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System. . :: . .String
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .EventProperty
An EventProperty object value that specifies the event property that has the specified name.