Compartir a través de


Item Propiedad (String)

Gets a SymmetricKey object in the collection by name.

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

Sintaxis

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

value = instance(name)
public SymmetricKey this[
    string name
] { get; }
public:
property SymmetricKey^ default[String^ name] {
    SymmetricKey^ get (String^ name);
}
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