Item propriété (String)
Gets a ProxyAccount object in the collection by name.
Espace de noms : Microsoft.SqlServer.Management.Smo.Agent
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As ProxyAccount
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- name
Type : System. . :: . .String
A String value that specifies the name of the ProxyAccount object in the ProxyAccountCollection collection.
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo.Agent. . :: . .ProxyAccount
A ProxyAccount object value that represents the proxy account.