Propriété Item (String)
Gets an item in the collection based on a string.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
name As String _
) As CryptographicProvider
Get
'Utilisation
Dim instance As CryptographicProviderCollection
Dim name As String
Dim value As CryptographicProvider
value = instance(name)
public CryptographicProvider this[
string name
] { get; }
public:
property CryptographicProvider^ default[String^ name] {
CryptographicProvider^ get (String^ name);
}
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
- name
Type : System. . :: . .String
String identifying the item.
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .CryptographicProvider
CryptographicProvider