Propriedade do RDL Item (String)
Gets a ProxyAccount object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As ProxyAccount
Get
'Uso
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System. . :: . .String
A String value that specifies the name of the ProxyAccount object in the ProxyAccountCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Agent. . :: . .ProxyAccount
A ProxyAccount object value that represents the proxy account.
Consulte também