Udostępnij za pośrednictwem


Właściwość SymmetricKeyCollection.Item (String)

Pobiera SymmetricKey obiektu kolekcja według nazwy.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public ReadOnly Default Property Item ( _
    name As String _
) As SymmetricKey
    Get
'Użycie
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
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.

Parametry

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.SymmetricKey
A SymmetricKey wartość obiektu, który reprezentuje klucz zawartości.