Partager via


Item propriété (Int32)

Gets a MailAccount object in the collection by index number.

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 ( _
    index As Integer _
) As MailAccount
    Get
'Utilisation
Dim instance As MailAccountCollection
Dim index As Integer
Dim value As MailAccount

value = instance(index)
public MailAccount this[
    int index
] { get; }
public:
property MailAccount^ default[int index] {
    MailAccount^ get (int index);
}
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.