Właściwość AsymmetricKeyCollection.Item (Int32)
Pobiera AsymmetricKey obiektu kolekcja według numeru indeksu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Default Property Item ( _
index As Integer _
) As AsymmetricKey
Get
'Użycie
Dim instance As AsymmetricKeyCollection
Dim index As Integer
Dim value As AsymmetricKey
value = instance(index)
public AsymmetricKey this[
int index
] { get; }
public:
property AsymmetricKey^ default[int index] {
AsymmetricKey^ get (int index);
}
member Item : AsymmetricKey
Język JScript obsługuje używanie indeksowanych właściwości, ale nie obsługuje deklarowania nowych.
Parametry
- index
Typ: System.Int32
A Int32 wartość, która określa położenie 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