Proprietà Item (Int32)
Gets the EventProperty object at the specified index position.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
index As Integer _
) As EventProperty
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- index
Tipo: System. . :: . .Int32
An Int32 value that specifies the index position of the EventProperty object in the collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .EventProperty
An EventProperty object value that specifies the event property at the specified index position.
Vedere anche