IMutableDatabase.Certificates Property

 

Applies To: SQL Server 2016 Preview

Gets a collection of all certificates in the database.

Namespace:   Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

IMutableMetadataCollection<ICertificate> Certificates { get; }
property IMutableMetadataCollection<ICertificate^>^ Certificates {
    IMutableMetadataCollection<ICertificate^>^ get();
}
abstract Certificates : IMutableMetadataCollection<ICertificate> with get
ReadOnly Property Certificates As IMutableMetadataCollection(Of ICertificate)

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<ICertificate>

The IMutableMetadataCollection<T> of ICertificate that contains all certificates in the database.

See Also

IMutableDatabase Interface
Microsoft.SqlServer.Management.SqlParser.Metadata Namespace

Return to top