Partager via


Item propriété (String)

Gets a MailAccount object in the collection by name.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Mail
Assembly :  Microsoft.SqlServer.Smo (dans 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

Valeur de la propriété

Type : Microsoft.SqlServer.Management.Smo.Mail. . :: . .MailAccount
A MailAccount object value that represents the mail account.