Właściwość AsymmetricKeyCollection.Item (String)
Pobiera AsymmetricKey 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 AsymmetricKey
Get
'Użycie
Dim instance As AsymmetricKeyCollection
Dim name As String
Dim value As AsymmetricKey
value = instance(name)
public AsymmetricKey this[
string name
] { get; }
public:
property AsymmetricKey^ default[String^ name] {
AsymmetricKey^ get (String^ name);
}
member Item : AsymmetricKey
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- name
Typ: System.String
Ciąg określający nazwę AsymmetricKey obiekt w AsymmetricKeyCollection kolekcja.
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.AsymmetricKey
A AsymmetricKey wartość obiektu, który reprezentuje klucz asymetrycznego.
Zobacz także