Propriedade do RDL CertificateCollection.Item (String)
Gets a Certificate object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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 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 Certificate object in the CertificateCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Certificate
A Certificate object value that represents the certificate.