Właściwość AlertCollection.Item (Int32)
Pobiera Alert obiektu kolekcja według numeru indeksu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
index As Integer _
) As Alert
Get
'Użycie
Dim instance As AlertCollection
Dim index As Integer
Dim value As Alert
value = instance(index)
public Alert this[
int index
] { get; }
public:
property Alert^ default[int index] {
Alert^ get (int index);
}
member Item : Alert
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- index
Typ: System.Int32
Int32 Wartość, która określa położenie Alert obiekt w AlertCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Agent.Alert
Alert Wartość obiektu, który reprezentuje alert.
Uwagi
Wszystkie publiczne, statyczne (udostępnione w programie Microsoft Visual Basic) elementy członkowskie tego typu są bezpieczne dla operacji wielowątkowych. Nie ma gwarancji, że elementy członkowskie wystąpień będą bezpieczne dla wątków.
Zobacz także