CertificateCollection-Klasse

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

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

Syntax

'Declaration
Public NotInheritable Class CertificateCollection _
    Inherits SimpleObjectCollectionBase
'Usage
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

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.