Udostępnij za pośrednictwem


Właściwość MailProfileCollection.Item (String)

Pobiera MailProfile obiektu kolekcja według nazwy.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.Mail
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String _
) As MailProfile
    Get
'Użycie
Dim instance As MailProfileCollection
Dim name As String
Dim value As MailProfile

value = instance(name)
public MailProfile this[
    string name
] { get; }
public:
property MailProfile^ default[String^ name] {
    MailProfile^ get (String^ name);
}
member Item : MailProfile
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.Mail.MailProfile
A MailProfile wartość obiektu, który reprezentuje profilu poczty.