Share via


Propriété 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