Partilhar via


Propriedade do RDL Item (Int32)

Gets the EventProperty object at the specified index position.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As EventProperty
    Get
'Uso
Dim instance As EventPropertyCollection
Dim index As Integer
Dim value As EventProperty

value = instance(index)
public EventProperty this[
    int index
] { get; }
public:
property EventProperty^ default[int index] {
    EventProperty^ get (int index);
}
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 at the specified index position.