Udostępnij za pośrednictwem


Właściwość ConfigurationValueCollection.Item (Int32)

Pobiera ConfigurationValue 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 ConfigurationValue
    Get
'Użycie
Dim instance As ConfigurationValueCollection
Dim index As Integer
Dim value As ConfigurationValue

value = instance(index)
public ConfigurationValue this[
    int index
] { get; }
public:
property ConfigurationValue^ default[int index] {
    ConfigurationValue^ get (int index);
}
member Item : ConfigurationValue
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.ConfigurationValue
A ConfigurationValue wartość obiektu, który reprezentuje konfiguracja opcji.