Właściwość Item (String)
Pobiera ProxyAccount obiektu kolekcja według nazwy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public ReadOnly Default Property Item ( _
name As String _
) As ProxyAccount
Get
'Użycie
Dim instance As ProxyAccountCollection
Dim name As String
Dim value As ProxyAccount
value = instance(name)
public ProxyAccount this[
string name
] { get; }
public:
property ProxyAccount^ default[String^ name] {
ProxyAccount^ get (String^ name);
}
member Item : ProxyAccount
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Typ: System. . :: . .String
A String wartość, która określa nazwę ProxyAccount obiekt w ProxyAccountCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Agent. . :: . .ProxyAccount
A ProxyAccount wartość obiektu, który reprezentuje konto proxy.