Propriété Item (String)
Gets an Alert object in the collection by name.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As Alert
Get
'Utilisation
Dim instance As AlertCollection
Dim name As String
Dim value As Alert
value = instance(name)
public Alert this[
string name
] { get; }
public:
property Alert^ default[String^ name] {
Alert^ get (String^ name);
}
member Item : Alert
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- name
Type : System. . :: . .String
A String value that specifies the name of the Alert object in the AlertCollection collection.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Agent. . :: . .Alert
An Alert object value that represents the alert.
Notes
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi