Partilhar via


Propriedade do RDL AsymmetricKeyCollection.Item (Int32)

Gets a AsymmetricKey object in the collection by index number.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AsymmetricKey 
    Get
'Uso
Dim instance As AsymmetricKeyCollection 
Dim index As Integer 
Dim value As AsymmetricKey 

value = instance(index)
public AsymmetricKey this[
    int index
] { get; }
public:
property AsymmetricKey^ default[int index] {
    AsymmetricKey^ get (int index);
}
member Item : AsymmetricKey
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.AsymmetricKey
A AsymmetricKey object value that represents the asymmetric key.

Exemplos

Usando coleções

Consulte também

Referência

AsymmetricKeyCollection Classe

Sobrecarregado Item

Namespace Microsoft.SqlServer.Management.Smo