Condividi tramite


Classe CertificateCollection

The CertificateCollection class represents a collection of Certificate objects that represent all the certificates on an instance of SQL Server.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class CertificateCollection _
    Inherits SimpleObjectCollectionBase
'Utilizzo
Dim instance As CertificateCollection
public sealed class CertificateCollection : SimpleObjectCollectionBase
public ref class CertificateCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type CertificateCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class CertificateCollection extends SimpleObjectCollectionBase

Osservazioni

A CertificateCollection object can be used to gain access to a set of certificates. You can use the Item property to return a specific Certificate object.

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.