CertificateCollection.Item Property (Int32)
Gets a Certificate object in the collection by index number.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As Certificate
public Certificate this [
int index
] { get; }
public:
property Certificate^ default [int] {
Certificate^ get (int index);
}
/** @property */
public Certificate get_Item (int index)
- index
An integer value that specifies the position of the Certificate object in the CertificateCollection collection.
A Certificate object value that represents the certificate.
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
How to: Reference an Object by Using a Collection in Visual Basic .NET
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
CertificateCollection Class
CertificateCollection Members
Microsoft.SqlServer.Management.Smo Namespace