Delen via


CryptographicProviderCollection.Item Property (Int32)

Gets an item from the collection based on an index.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As CryptographicProvider 
    Get
'Usage
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 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)