AsymmetricKeyCollection.Item Propiedad (String)
Gets a AsymmetricKey object in the collection by name.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
name As String _
) As AsymmetricKey
Get
'Uso
Dim instance As AsymmetricKeyCollection
Dim name As String
Dim value As AsymmetricKey
value = instance(name)
public AsymmetricKey this[
string name
] { get; }
public:
property AsymmetricKey^ default[String^ name] {
AsymmetricKey^ get (String^ name);
}
member Item : AsymmetricKey
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- name
Tipo: System.String
A string value that specifies the name of the AsymmetricKey object in the AsymmetricKeyCollection collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.AsymmetricKey
A AsymmetricKey object value that represents the asymmetric key.