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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.Certificate
A Certificate object value that represents the certificate.

Exemplos

Usando coleções

Consulte também

Referência

CertificateCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Smo