Partager via


Propriété CryptographicProviderCollection.Item (Int32)

Gets an item from the collection based on an index.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As CryptographicProvider 
    Get
'Utilisation
Dim instance As CryptographicProviderCollection 
Dim index As Integer 
Dim value As CryptographicProvider 

value = instance(index)
public CryptographicProvider this[
    int index
] { get; }
public:
property CryptographicProvider^ default[int index] {
    CryptographicProvider^ get (int index);
}
member Item : CryptographicProvider
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

  • index
    Type : System.Int32
    Int32 specifying the index of the Item in the collection.

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.CryptographicProvider
CryptographicProvider

Exemples

Utilisation de collections

Voir aussi

Référence

CryptographicProviderCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Utilisation de collections

Gestion de clés extensible (EKM)