IDatabase.Certificates Property
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
'Declaration
ReadOnly Property Certificates As IMetadataCollection(Of ICertificate)
Get
'Usage
Dim instance As IDatabase
Dim value As IMetadataCollection(Of ICertificate)
value = instance.Certificates
IMetadataCollection<ICertificate> Certificates { get; }
property IMetadataCollection<ICertificate^>^ Certificates {
IMetadataCollection<ICertificate^>^ get ();
}
abstract Certificates : IMetadataCollection<ICertificate>
function get Certificates () : IMetadataCollection<ICertificate>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<ICertificate>
The IMetadataCollection<T> of ICertificate that contains all certificates in the database.