Właściwość MailProfileCollection.Item (Int32)
Pobiera MailProfile obiektu kolekcja według numeru indeksu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Mail
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
index As Integer _
) As MailProfile
Get
'Użycie
Dim instance As MailProfileCollection
Dim index As Integer
Dim value As MailProfile
value = instance(index)
public MailProfile this[
int index
] { get; }
public:
property MailProfile^ default[int index] {
MailProfile^ get (int index);
}
member Item : MailProfile
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- index
Typ: System.Int32
Int32 Wartość, która określa położenie MailProfile obiekt w MailProfileCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Mail.MailProfile
A MailProfile wartość obiektu, który reprezentuje profilu poczty.
Zobacz także