Propriété MailAccountCollection.Item (String)
Gets a MailAccount object in the collection by name.
Espace de noms : Microsoft.SqlServer.Management.Smo.Mail
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As MailAccount
Get
'Utilisation
Dim instance As MailAccountCollection
Dim name As String
Dim value As MailAccount
value = instance(name)
public MailAccount this[
string name
] { get; }
public:
property MailAccount^ default[String^ name] {
MailAccount^ get (String^ name);
}
member Item : MailAccount
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 MailAccount object in the MailAccountCollection collection.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Mail.MailAccount
A MailAccount object value that represents the mail account.