Bagikan melalui


CryptographicProviderCollection.Item Property (String)

Gets an item in the collection based on a string.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As CryptographicProvider 
    Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

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

Examples

Using Collections

See Also

Reference

CryptographicProviderCollection Class

Item Overload

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Using Collections

Extensible Key Management (EKM)