Item propriété (Int32)
Gets the EventProperty object at the specified index position.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As EventProperty
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- index
Type : System. . :: . .Int32
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .EventProperty
An EventProperty object value that specifies the event property at the specified index position.