Compartir a través de


SymmetricKeyCollection.Item Propiedad (Int32)

Gets a SymmetricKey object in the collection by index number.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Integer _
) As SymmetricKey 
    Get
'Uso
Dim instance As SymmetricKeyCollection 
Dim index As Integer 
Dim value As SymmetricKey 

value = instance(index)
public SymmetricKey this[
    int index
] { get; }
public:
property SymmetricKey^ default[int index] {
    SymmetricKey^ get (int index);
}
member Item : SymmetricKey
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.SymmetricKey
A SymmetricKey object value that represents the symmetric key.

Ejemplos

Usar colecciones

Vea también

Referencia

SymmetricKeyCollection Clase

Sobrecarga de Item

Espacio de nombres Microsoft.SqlServer.Management.Smo