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
- name
Tipo: System. . :: . .String
A string value that specifies the name of the SymmetricKey object in the SymmetricKeyCollection collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SymmetricKey
A SymmetricKey object value that represents the symmetric key.