Proprietà Item (String)
Gets a Certificate object in the collection by name.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As Certificate
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System. . :: . .String
A string value that specifies the name of the Certificate object in the CertificateCollection collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Certificate
A Certificate object value that represents the certificate.
Vedere anche