CertificateCollection.Item Propiedad (String)
Gets a Certificate 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 Certificate
Get
'Uso
Dim instance As CertificateCollection
Dim name As String
Dim value As Certificate
value = instance(name)
public Certificate this[
string name
] { get; }
public:
property Certificate^ default[String^ name] {
Certificate^ get (String^ name);
}
member Item : Certificate
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 Certificate object in the CertificateCollection collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Certificate
A Certificate object value that represents the certificate.